Blender Git Commit Log

Git Commits -> Revision 7c81cb0

July 12, 2012, 14:38 (GMT)
Adding initial native Android ghost lib. WITH_ANDROID shoud be enabled and WITH_GHOST_SDL should be disabled.
Only one window is allowed.
Events: only clicks are supported right now.

Commit Details:

Full Hash: 7c81cb028993122a40274f3550fb66d909215485
SVN Revision: 48863
Parent Commit: 7367b39
Lines Changed: +1234, -1

8 Added Paths:

/intern/ghost/intern/GHOST_DisplayManagerAndroid.cpp (+82, -0) (View)
/intern/ghost/intern/GHOST_DisplayManagerAndroid.h (+67, -0) (View)
/intern/ghost/intern/GHOST_SystemAndroid.cpp (+364, -0) (View)
/intern/ghost/intern/GHOST_SystemAndroid.h (+120, -0) (View)
/intern/ghost/intern/GHOST_SystemPathsAndroid.cpp (+62, -0) (View)
/intern/ghost/intern/GHOST_SystemPathsAndroid.h (+83, -0) (View)
/intern/ghost/intern/GHOST_WindowAndroid.cpp (+274, -0) (View)
/intern/ghost/intern/GHOST_WindowAndroid.h (+155, -0) (View)

3 Modified Paths:

/intern/ghost/CMakeLists.txt (+19, -1) (Diff)
/intern/ghost/intern/GHOST_ISystem.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_ISystemPaths.cpp (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021