aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/events.cpp
AgeCommit message (Expand)Author
2011-07-04CGE: This ends the first renaming pass. Also move some functions to CGEEngineStrangerke
2011-07-03CGE: Even more renaming (WIP)Strangerke
2011-07-03CGE: Bugfix for keyboard entryPaul Gilbert
2011-07-03CGE: Some more renaming (WIP)Strangerke
2011-07-03CGE: Fix GCC compiler warningsPaul Gilbert
2011-07-02CGE: Bugfix for wrapping event queue when it reaches the 256th eventPaul Gilbert
2011-07-02CGE: Added code for Mouse::On and Mouse::OffPaul Gilbert
2011-07-02CGE: Hooked up mouse event handlerPaul Gilbert
2011-07-02CGE: Fix naming of touch() virtual methods, and fixed keyboard handlingPaul Gilbert
2011-07-02CGE: Created an EventManager class and hooked it up to the Keyboard classPaul Gilbert
2011-07-02CGE: Changed MOUSE class from using static fields to an instantiated classPaul Gilbert
2011-07-02CGE: Merged mouse.* and keybd.* files to centralise event handlingPaul Gilbert