Home | History | Annotate | Download | only in include

Lines Matching full:mouse

42 /* General keyboard/mouse state definitions */
52 SDL_MOUSEMOTION, /* Mouse moved */
53 SDL_MOUSEBUTTONDOWN, /* Mouse button pressed */
54 SDL_MOUSEBUTTONUP, /* Mouse button released */
126 /* Mouse motion event structure */
129 Uint8 which; /* The mouse device index */
131 Uint16 x, y; /* The X/Y coordinates of the mouse */
136 /* Mouse button event structure */
139 Uint8 which; /* The mouse device index */
140 Uint8 button; /* The mouse button index */
142 Uint16 x, y; /* The X/Y coordinates of the mouse at press time */