Home | History | Annotate | Download | only in SDL

Lines Matching full:mouse

51        SDL_MOUSEMOTION,			/* Mouse moved */
52 SDL_MOUSEBUTTONDOWN, /* Mouse button pressed */
53 SDL_MOUSEBUTTONUP, /* Mouse button released */
123 /* Mouse motion event structure */
126 Uint8 which; /* The mouse device index */
128 Uint16 x, y; /* The X/Y coordinates of the mouse */
133 /* Mouse button event structure */
136 Uint8 which; /* The mouse device index */
137 Uint8 button; /* The mouse button index */
139 Uint16 x, y; /* The X/Y coordinates of the mouse at press time */