Blender Git Commit Log
Git Commits -> Revision 70ca394
Revision 70ca394 by Nicholas Rishel (soc-2012-swiss_cheese) May 30, 2012, 22:08 (GMT) |
Adds recognition for Windows 7 Touch Events and a CMake WITH_INPUT_TOUCH (default off). When INPUT_TOUCH is on, it defines _WIN32_WINNT as 0x601 (Windows 7). This is a short-term solution to enable usage for the Windows Touch API. |
Commit Details:
Full Hash: 70ca394b3a0e4ab02044643bc88268ab2503afc4
SVN Revision: 47247
Parent Commit: c2a9f3c
Lines Changed: +66, -4
7 Modified Paths:
/CMakeLists.txt (+4, -0) (Diff)
/intern/ghost/CMakeLists.txt (+4, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+10, -1) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+32, -1) (Diff)
/intern/ghost/intern/GHOST_TaskbarWin32.h (+5, -1) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+6, -0) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+5, -1) (Diff)
/intern/ghost/CMakeLists.txt (+4, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+10, -1) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+32, -1) (Diff)
/intern/ghost/intern/GHOST_TaskbarWin32.h (+5, -1) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+6, -0) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+5, -1) (Diff)