Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
SDL_MouseWheelEvent Struct Reference
Mouse wheel event structure (event.wheel. More...
#include <SDL_events.h>
Data Fields | |
| Uint32 | type |
| SDL_MOUSEWHEEL | |
| Uint32 | windowID |
| The window with mouse focus, if any. | |
| Uint32 | which |
| The mouse instance id, or SDL_TOUCH_MOUSEID. | |
| Sint32 | x |
| The amount scrolled horizontally, positive to the right and negative to the left. | |
| Sint32 | y |
| The amount scrolled vertically, positive away from the user and negative toward the user. | |
Detailed Description
Mouse wheel event structure (event.wheel.
*)
Definition at line 254 of file SDL_events.h.
Field Documentation
Definition at line 256 of file SDL_events.h.
The mouse instance id, or SDL_TOUCH_MOUSEID.
Definition at line 259 of file SDL_events.h.
The window with mouse focus, if any.
Definition at line 258 of file SDL_events.h.
The amount scrolled horizontally, positive to the right and negative to the left.
Definition at line 260 of file SDL_events.h.
The amount scrolled vertically, positive away from the user and negative toward the user.
Definition at line 261 of file SDL_events.h.
Generated on Tue Jul 12 2022 13:56:26 by
1.7.2