mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
Merge remote-tracking branch 'gg/development' into gtest-tests
This commit is contained in:
commit
5a430af051
47 changed files with 674 additions and 66 deletions
|
|
@ -338,6 +338,9 @@ namespace Platform
|
|||
// display Splash Window
|
||||
bool displaySplashWindow( String path );
|
||||
|
||||
// close Splash Window
|
||||
bool closeSplashWindow();
|
||||
|
||||
void openFolder( const char* path );
|
||||
|
||||
// Open file at the OS level, according to registered file-types.
|
||||
|
|
|
|||
|
|
@ -118,9 +118,6 @@ public:
|
|||
|
||||
static U8 getModifierKeys() {return smModifierKeys;}
|
||||
static void setModifierKeys(U8 mod) {smModifierKeys = mod;}
|
||||
|
||||
static void attemptSwitchToKeyboardLayout( U32 layout );
|
||||
|
||||
#ifdef LOG_INPUT
|
||||
static void log( const char* format, ... );
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue