Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/intern/GHOST_C-api.cpp
| Context not available. | |||||
| window->endIME(); | window->endIME(); | ||||
| } | } | ||||
| void GHOST_EnableTabletAPI(GHOST_WindowHandle windowhandle, | |||||
| int nativeEnabled, | |||||
| int wintabEnabled) | |||||
| { | |||||
| GHOST_IWindow *window = (GHOST_IWindow *)windowhandle; | |||||
| window->setNativePressureEnabled(nativeEnabled); | |||||
| window->setWintabPressureEnabled(wintabEnabled); | |||||
| } | |||||
| #endif /* WITH_INPUT_IME */ | #endif /* WITH_INPUT_IME */ | ||||
| Context not available. | |||||