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
|
|
@ -109,6 +109,10 @@ public:
|
|||
virtual U32 getMonitorCount();
|
||||
virtual const char* getMonitorName(U32 index);
|
||||
virtual RectI getMonitorRect(U32 index);
|
||||
virtual RectI getMonitorUsableRect(U32 index);
|
||||
virtual U32 getMonitorModeCount(U32 monitorIndex);
|
||||
virtual const String getMonitorMode(U32 monitorIndex, U32 modeIndex);
|
||||
virtual const String getMonitorDesktopMode(U32 monitorIndex);
|
||||
|
||||
virtual void getMonitorRegions(Vector<RectI> ®ions);
|
||||
virtual PlatformWindow *createWindow(GFXDevice *device, const GFXVideoMode &mode);
|
||||
|
|
@ -133,4 +137,4 @@ public:
|
|||
void updateSDLTextInputState(KeyboardInputState state);
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue