Lines Matching full:mouse
23 /* Include file for SDL mouse event handling */
40 SDL_Rect area; /* The area of the mouse cursor */
50 * Retrieve the current state of the mouse.
53 * current mouse cursor position. You can pass NULL for either x or y.
58 * Retrieve the current state of the mouse.
61 * mouse deltas since the last call to SDL_GetRelativeMouseState().
66 * Set the position of the mouse cursor (generates a mouse motion event)
113 Button 1: Left mouse button
114 Button 2: Middle mouse button
115 Button 3: Right mouse button
116 Button 4: Mouse wheel up (may also be a real button)
117 Button 5: Mouse wheel down (may also be a real button)