Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/intern/GHOST_SystemNULL.h
| Context not available. | |||||
| GHOST_TUns8 getNumDisplays() const { return GHOST_TUns8(1); } | GHOST_TUns8 getNumDisplays() const { return GHOST_TUns8(1); } | ||||
| GHOST_TSuccess getCursorPosition(GHOST_TInt32& x, GHOST_TInt32& y) const { return GHOST_kFailure; } | GHOST_TSuccess getCursorPosition(GHOST_TInt32& x, GHOST_TInt32& y) const { return GHOST_kFailure; } | ||||
| GHOST_TSuccess setCursorPosition(GHOST_TInt32 x, GHOST_TInt32 y) { return GHOST_kFailure; } | GHOST_TSuccess setCursorPosition(GHOST_TInt32 x, GHOST_TInt32 y) { return GHOST_kFailure; } | ||||
| void getMainDisplayDimensions(GHOST_TUns32& width, GHOST_TUns32& height) const { /* nop */ } | void getMainDisplayDimensions( | ||||
| GHOST_TUns32& x, GHOST_TUns32& y, | |||||
| GHOST_TUns32& width, GHOST_TUns32& height) const { /* nop */ } | |||||
| void getAllDisplayDimensions(GHOST_TUns32& width, GHOST_TUns32& height) const { /* nop */ } | void getAllDisplayDimensions(GHOST_TUns32& width, GHOST_TUns32& height) const { /* nop */ } | ||||
| void getDisplayDimensions( | |||||
| GHOST_TUns32& x, GHOST_TUns32& y, | |||||
| GHOST_TUns32& width, GHOST_TUns32& height, GHOST_TUns8 num) const { /* nop */ } | |||||
| bool supportsNativeDialogs(void) { return false;} | bool supportsNativeDialogs(void) { return false;} | ||||
| GHOST_IContext *createOffscreenContext() { return NULL; } | GHOST_IContext *createOffscreenContext() { return NULL; } | ||||
| GHOST_TSuccess disposeContext(GHOST_IContext *context) { return GHOST_kFailure; } | GHOST_TSuccess disposeContext(GHOST_IContext *context) { return GHOST_kFailure; } | ||||
| Context not available. | |||||