Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/intern/GHOST_WindowSDL.h
| Context not available. | |||||
| #include "GHOST_Window.h" | #include "GHOST_Window.h" | ||||
| #include "GHOST_SystemSDL.h" | #include "GHOST_SystemSDL.h" | ||||
| #include "GHOST_BoundsTracker.h" | |||||
| #include <map> | #include <map> | ||||
| Context not available. | |||||
| SDL_Window *m_sdl_win; | SDL_Window *m_sdl_win; | ||||
| SDL_Cursor *m_sdl_custom_cursor; | SDL_Cursor *m_sdl_custom_cursor; | ||||
| GHOST_BoundsTracker m_bounds_tracker; | |||||
| public: | public: | ||||
| const GHOST_TabletData *GetTabletData() { | const GHOST_TabletData *GetTabletData() { | ||||
| Context not available. | |||||
| void getWindowBounds(GHOST_Rect& bounds) const; | void getWindowBounds(GHOST_Rect& bounds) const; | ||||
| void getClientBounds(GHOST_Rect& bounds) const; | void getClientBounds(GHOST_Rect& bounds) const; | ||||
| void updateBoundsTracker(); | |||||
| protected: | protected: | ||||
| /** | /** | ||||
| Context not available. | |||||