index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
cge
/
events.h
Age
Commit message (
Expand
)
Author
2014-02-18
CGE: Make GPL headers consistent in themselves.
Johannes Schickel
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-07-05
CGE: Remove hack used to store keycode in CGEEvent
Strangerke
2011-11-30
CGE: Simplify keyboard handling
Strangerke
2011-11-30
CGE: Remove several useless constants in Keys enum
Strangerke
2011-11-16
CGE: Add RTL, hook Main Menu to right click on audio button
Strangerke
2011-09-17
CGE: Move _talk and _text to CGEEngine
Strangerke
2011-09-16
CGE: Get rid of some more global functions and static members
Strangerke
2011-09-04
CGE: Use F5/F7 to display the save/load dialog box
Strangerke
2011-09-01
CGE: Take fingolfin's remark into account: suppress the two leading underscor...
Strangerke
2011-08-27
CGE: remove jbw.h, some clean up
Strangerke
2011-08-19
CGE: Mass re-style/cleanup.
Alyssa Milburn
2011-08-02
CGE: Rename some more defines
Strangerke
2011-08-01
CGE: Clean eventManager
Strangerke
2011-07-31
CGE: Replace magic values by defines, rename some defines
Strangerke
2011-07-31
CGE: Improve keyboard behavior for non-US layouts
Strangerke
2011-07-10
CGE: Mouse MC sprite array into the Mouse class
Paul Gilbert
2011-07-09
CGE: Cleanup: rename a couple of forgotten class members
Strangerke
2011-07-09
CGE: replace some 'tricky replicate lines' memcpy by two, in order to avoid o...
Strangerke
2011-07-08
CGE: Rename Mouse class
Strangerke
2011-07-07
CGE: Remove "bitmaps" files
Strangerke
2011-07-03
CGE: Some more renaming (WIP)
Strangerke
2011-07-02
CGE: Added code for Mouse::On and Mouse::Off
Paul Gilbert
2011-07-02
CGE: Hooked up mouse event handler
Paul Gilbert
2011-07-02
CGE: Fix naming of touch() virtual methods, and fixed keyboard handling
Paul Gilbert
2011-07-02
CGE: Created an EventManager class and hooked it up to the Keyboard class
Paul Gilbert
2011-07-02
CGE: Changed MOUSE class from using static fields to an instantiated class
Paul Gilbert
2011-07-02
CGE: Added engine prefix to header file #defines
Paul Gilbert
2011-07-02
CGE: Merged mouse.* and keybd.* files to centralise event handling
Paul Gilbert