Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/intern/GHOST_WindowWin32.h
| Context not available. | |||||
| // typedefs for user32 functions to allow dynamic loading of Windows 10 DPI scaling functions | // typedefs for user32 functions to allow dynamic loading of Windows 10 DPI scaling functions | ||||
| typedef UINT(API * GHOST_WIN32_GetDpiForWindow)(HWND); | typedef UINT(API * GHOST_WIN32_GetDpiForWindow)(HWND); | ||||
| // typedef to user32 functions to disable gestures on windows | |||||
| typedef BOOL(API * GHOST_WIN32_RegisterTouchWindow)(HWND hwnd, ULONG ulFlags); | |||||
| #ifndef USER_DEFAULT_SCREEN_DPI | #ifndef USER_DEFAULT_SCREEN_DPI | ||||
| #define USER_DEFAULT_SCREEN_DPI 96 | #define USER_DEFAULT_SCREEN_DPI 96 | ||||
| #endif // USER_DEFAULT_SCREEN_DPI | #endif // USER_DEFAULT_SCREEN_DPI | ||||
| Context not available. | |||||