Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/intern/GHOST_SystemWayland.h
| Show First 20 Lines • Show All 122 Lines • ▼ Show 20 Lines | public: | ||||
| GHOST_TSuccess disposeContext(GHOST_IContext *context) override; | GHOST_TSuccess disposeContext(GHOST_IContext *context) override; | ||||
| GHOST_IWindow *createWindow(const char *title, | GHOST_IWindow *createWindow(const char *title, | ||||
| int32_t left, | int32_t left, | ||||
| int32_t top, | int32_t top, | ||||
| uint32_t width, | uint32_t width, | ||||
| uint32_t height, | uint32_t height, | ||||
| GHOST_TWindowState state, | GHOST_TWindowState state, | ||||
| GHOST_TDrawingContextType type, | |||||
| GHOST_GLSettings glSettings, | GHOST_GLSettings glSettings, | ||||
| const bool exclusive, | const bool exclusive, | ||||
| const bool is_dialog, | const bool is_dialog, | ||||
| const GHOST_IWindow *parentWindow) override; | const GHOST_IWindow *parentWindow) override; | ||||
| GHOST_TSuccess setCursorShape(GHOST_TStandardCursor shape); | GHOST_TSuccess setCursorShape(GHOST_TStandardCursor shape); | ||||
| GHOST_TSuccess hasCursorShape(GHOST_TStandardCursor cursorShape); | GHOST_TSuccess hasCursorShape(GHOST_TStandardCursor cursorShape); | ||||
| ▲ Show 20 Lines • Show All 57 Lines • Show Last 20 Lines | |||||