Author: dmeyer
Date: Sun Jun 18 09:19:42 2006
New Revision: 8160

Modified:
   trunk/ui/src/input/eventmap.py

Log:
add exit event for games

Modified: trunk/ui/src/input/eventmap.py
==============================================================================
--- trunk/ui/src/input/eventmap.py      (original)
+++ trunk/ui/src/input/eventmap.py      Sun Jun 18 09:19:42 2006
@@ -226,6 +226,7 @@
     }
 
 GAMES_EVENTS = {
+    'EXIT'      : STOP,
     'STOP'      : STOP,
     'SELECT'    : STOP,
     'MENU'      : MENU,


_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to