Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/intern/GHOST_WindowWin32.h
| Context not available. | |||||
| typedef HCTX (API * GHOST_WIN32_WTOpen)(HWND, LPLOGCONTEXTA, BOOL); | typedef HCTX (API * GHOST_WIN32_WTOpen)(HWND, LPLOGCONTEXTA, BOOL); | ||||
| typedef BOOL (API * GHOST_WIN32_WTClose)(HCTX); | typedef BOOL (API * GHOST_WIN32_WTClose)(HCTX); | ||||
| typedef BOOL (API * GHOST_WIN32_WTPacket)(HCTX, UINT, LPVOID); | typedef BOOL (API * GHOST_WIN32_WTPacket)(HCTX, UINT, LPVOID); | ||||
| typedef BOOL (API * GHOST_WIN32_WTEnable)(HCTX, BOOL); | |||||
| typedef BOOL (API * GHOST_WIN32_WTOverlap)(HCTX, BOOL); | typedef BOOL (API * GHOST_WIN32_WTOverlap)(HCTX, BOOL); | ||||
| // 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 | ||||
| Context not available. | |||||
| return m_tabletData; | return m_tabletData; | ||||
| } | } | ||||
| void processWin32TabletActivateEvent(WORD state); | |||||
| void processWin32TabletInitEvent(); | void processWin32TabletInitEvent(); | ||||
| void processWin32TabletEvent(WPARAM wParam, LPARAM lParam); | void processWin32TabletEvent(WPARAM wParam, LPARAM lParam); | ||||
| void bringTabletContextToFront(); | void bringTabletContextToFront(); | ||||
| Context not available. | |||||