Blender Git Commit Log
Git Commits -> Revision ea922bc
Revision ea922bc by Nicholas Rishel (soc-2012-swiss_cheese) June 11, 2012, 19:41 (GMT) |
* Adds touch type to GHOST * Adds touch event structure to GHOST (not fully implemented) * Adds generalization of Windows system touch for MinGW and beginnings of support for MinGW-w64 and MSVC |
Commit Details:
Full Hash: ea922bc2b7d33b22aacf03d289b9693647a20bea
SVN Revision: 47758
Parent Commit: c330f39
Lines Changed: +346, -1
5 Added Paths:
/intern/ghost/intern/GHOST_EventTouch.h (+42, -0) (View)
/intern/ghost/intern/GHOST_TouchManager.cpp (+51, -0) (View)
/intern/ghost/intern/GHOST_TouchManager.h (+43, -0) (View)
/intern/ghost/intern/GHOST_TouchManagerWin32.cpp (+33, -0) (View)
/intern/ghost/intern/GHOST_TouchManagerWin32.h (+35, -0) (View)
/intern/ghost/intern/GHOST_TouchManager.cpp (+51, -0) (View)
/intern/ghost/intern/GHOST_TouchManager.h (+43, -0) (View)
/intern/ghost/intern/GHOST_TouchManagerWin32.cpp (+33, -0) (View)
/intern/ghost/intern/GHOST_TouchManagerWin32.h (+35, -0) (View)
8 Modified Paths:
/intern/ghost/CMakeLists.txt (+19, -0) (Diff)
/intern/ghost/GHOST_Types.h (+18, -0) (Diff)
/intern/ghost/intern/GHOST_System.cpp (+10, -0) (Diff)
/intern/ghost/intern/GHOST_System.h (+21, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+62, -1) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+8, -0) (Diff)
/intern/ghost/intern/GHOST_TaskbarWin32.h (+2, -0) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+2, -0) (Diff)
/intern/ghost/GHOST_Types.h (+18, -0) (Diff)
/intern/ghost/intern/GHOST_System.cpp (+10, -0) (Diff)
/intern/ghost/intern/GHOST_System.h (+21, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+62, -1) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+8, -0) (Diff)
/intern/ghost/intern/GHOST_TaskbarWin32.h (+2, -0) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+2, -0) (Diff)