Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/intern/GHOST_SystemSDL.h
| Show First 20 Lines • Show All 67 Lines • ▼ Show 20 Lines | public: | ||||
| GHOST_TSuccess getCursorPosition(GHOST_TInt32 &x, GHOST_TInt32 &y) const; | GHOST_TSuccess getCursorPosition(GHOST_TInt32 &x, GHOST_TInt32 &y) const; | ||||
| GHOST_TSuccess setCursorPosition(GHOST_TInt32 x, GHOST_TInt32 y); | GHOST_TSuccess setCursorPosition(GHOST_TInt32 x, GHOST_TInt32 y); | ||||
| void getAllDisplayDimensions(GHOST_TUns32 &width, GHOST_TUns32 &height) const; | void getAllDisplayDimensions(GHOST_TUns32 &width, GHOST_TUns32 &height) const; | ||||
| void getMainDisplayDimensions(GHOST_TUns32 &width, GHOST_TUns32 &height) const; | void getMainDisplayDimensions(GHOST_TUns32 &width, GHOST_TUns32 &height) const; | ||||
| GHOST_IContext *createOffscreenContext(); | GHOST_IContext *createOffscreenContext( | ||||
| GHOST_PlatformSupportCallbackPtr platform_support_callback); | |||||
| GHOST_TSuccess disposeContext(GHOST_IContext *context); | GHOST_TSuccess disposeContext(GHOST_IContext *context); | ||||
| private: | private: | ||||
| GHOST_TSuccess init(); | GHOST_TSuccess init(); | ||||
| GHOST_IWindow *createWindow(const STR_String &title, | GHOST_IWindow *createWindow(const STR_String &title, | ||||
| GHOST_TInt32 left, | GHOST_TInt32 left, | ||||
| Show All 21 Lines | |||||