Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class ↵ | Max Horn | |
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180 | |||
2007-03-17 | Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with | Torbjörn Andersson | |
Fingolfin's blessings. Keyboard repeat is now handled by the event manager, rather than by individual engines. Since this can cause problems with some engines (see the AGI engine), the extra "key down" events are marked as "synthetic", so that they can be ignored if necessary. svn-id: r26170 | |||
2007-03-17 | cleanup | Max Horn | |
svn-id: r26169 | |||
2007-03-17 | oops | Max Horn | |
svn-id: r26157 | |||
2007-03-17 | Implemented a simple EventManager class | Max Horn | |
svn-id: r26154 |