Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/GHOST_C-api.h
| Context not available. | |||||
| */ | */ | ||||
| extern void GHOST_EndIME(GHOST_WindowHandle windowhandle); | extern void GHOST_EndIME(GHOST_WindowHandle windowhandle); | ||||
| /** | |||||
| * Enables for disables the different Tablet APIs | |||||
| * \param windowhandle The window handle of the caller | |||||
| * \param nativeEnabled boolean to indicate the native tablet API is enabled | |||||
| * \param wintabEnabled boolean to indicate the wintab API is enabled | |||||
| */ | |||||
| extern void GHOST_EnableTabletAPI(GHOST_WindowHandle windowhandle, | |||||
| int nativeEnabled, | |||||
| int wintabEnabled); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||
| Context not available. | |||||