Searched defs:_vs_event (Results 1 – 2 of 2) sorted by relevance
62 typedef struct _vs_event { struct63 unsigned short vse_x; /* x position */64 unsigned short vse_y; /* y position */65 unsigned short vse_time;/* 10 millisecond units (button only) */66 char vse_type; /* button or motion? */67 unsigned char vse_key; /* the key (button only) */68 char vse_direction; /* which direction (button only) */92 typedef struct _vs_eventqueue { argument