mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Updated version of OTHGMars' updated window and resolution options modes.
Additional changes include disabling certain options when they are not valid(ie, resolution is disabled when in borderless mode)
This commit is contained in:
parent
d76c73c252
commit
26ef40950b
12 changed files with 559 additions and 152 deletions
|
|
@ -98,6 +98,7 @@ private:
|
|||
void _triggerMouseWheelNotify(const SDL_Event& event);
|
||||
void _triggerKeyNotify(const SDL_Event& event);
|
||||
void _triggerTextNotify(const SDL_Event& event);
|
||||
void _updateMonitorFromMove(const SDL_Event& event);
|
||||
|
||||
public:
|
||||
PlatformWindowSDL();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue