Blender Git Commit Log
Git Commits -> Revision 346f749
Revision 346f749 by Joshua Leung (master) February 18, 2011, 22:42 (GMT) |
Adding support for the "media" play/pause/stop/next/prev buttons available on many keyboards these days, so that they can be used for animation playback (giving more options over alt-a and alt-a ad- infinitum). Currently, this is Windows only as I don't have a Linux/Mac system to test on (it should compile with both mingw and msvc, at least using scons). Maintainers for those systems can probably easily add this in once they find out the relevant mappings for those systems. |
Commit Details:
Full Hash: 346f749a57b117ed18e7e436dc7ccf80dccfacf0
SVN Revision: 34980
Parent Commit: 65aac7c
Lines Changed: +54, -3
7 Modified Paths:
/intern/ghost/GHOST_Types.h (+7, -1) (Diff)
/intern/ghost/intern/GHOST_EventPrinter.cpp (+12, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+17, -0) (Diff)
/source/blender/makesrna/intern/rna_object_api.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+5, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+6, -1) (Diff)
/source/blender/windowmanager/wm_event_types.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_EventPrinter.cpp (+12, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+17, -0) (Diff)
/source/blender/makesrna/intern/rna_object_api.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+5, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+6, -1) (Diff)
/source/blender/windowmanager/wm_event_types.h (+6, -0) (Diff)