mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
sdl2 mouse wheel scrolling rev1
This commit is contained in:
parent
b24bdfbc8b
commit
06f6819d63
3 changed files with 19 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ private:
|
|||
void _processSDLEvent(SDL_Event &evt);
|
||||
void _triggerMouseLocationNotify(const SDL_Event& evt);
|
||||
void _triggerMouseButtonNotify(const SDL_Event& event);
|
||||
void _triggerMouseWheelNotify(const SDL_Event& event);
|
||||
void _triggerKeyNotify(const SDL_Event& event);
|
||||
void _triggerTextNotify(const SDL_Event& event);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue