Mercurial > fife-parpg
diff engine/core/eventchannel/command/ec_commandids.h @ 96:76fb866be8ea
Add input and app focus events (e.g. iconify) (patch by phiker)
author | spq@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sun, 20 Jul 2008 19:42:37 +0000 |
parents | 90005975cdbb |
children |
line wrap: on
line diff
--- a/engine/core/eventchannel/command/ec_commandids.h Sun Jul 20 19:40:21 2008 +0000 +++ b/engine/core/eventchannel/command/ec_commandids.h Sun Jul 20 19:42:37 2008 +0000 @@ -40,6 +40,12 @@ enum CommandType { CMD_UNKNOWN = -1, CMD_QUIT_GAME = 402, + CMD_MOUSE_FOCUS_GAINED, + CMD_MOUSE_FOCUS_LOST, + CMD_INPUT_FOCUS_GAINED, + CMD_INPUT_FOCUS_LOST, + CMD_APP_RESTORED, + CMD_APP_ICONIFIED, }; } //FIFE