aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/events.h
AgeCommit message (Expand)Author
2014-02-18CGE: Make GPL headers consistent in themselves.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-07-05CGE: Remove hack used to store keycode in CGEEventStrangerke
2011-11-30CGE: Simplify keyboard handlingStrangerke
2011-11-30CGE: Remove several useless constants in Keys enumStrangerke
2011-11-16CGE: Add RTL, hook Main Menu to right click on audio buttonStrangerke
2011-09-17CGE: Move _talk and _text to CGEEngineStrangerke
2011-09-16CGE: Get rid of some more global functions and static membersStrangerke
2011-09-04CGE: Use F5/F7 to display the save/load dialog boxStrangerke
2011-09-01CGE: Take fingolfin's remark into account: suppress the two leading underscor...Strangerke
2011-08-27CGE: remove jbw.h, some clean upStrangerke
2011-08-19CGE: Mass re-style/cleanup.Alyssa Milburn
2011-08-02CGE: Rename some more definesStrangerke
2011-08-01CGE: Clean eventManagerStrangerke
2011-07-31CGE: Replace magic values by defines, rename some definesStrangerke
2011-07-31CGE: Improve keyboard behavior for non-US layoutsStrangerke
2011-07-10CGE: Mouse MC sprite array into the Mouse classPaul Gilbert
2011-07-09CGE: Cleanup: rename a couple of forgotten class membersStrangerke
2011-07-09CGE: replace some 'tricky replicate lines' memcpy by two, in order to avoid o...Strangerke
2011-07-08CGE: Rename Mouse classStrangerke
2011-07-07CGE: Remove "bitmaps" filesStrangerke
2011-07-03CGE: Some more renaming (WIP)Strangerke
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: Added engine prefix to header file #definesPaul Gilbert
2011-07-02CGE: Merged mouse.* and keybd.* files to centralise event handlingPaul Gilbert