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
/
draci
/
mouse.h
Age
Commit message (
Expand
)
Author
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-03-22
Patch #2973290: Semicolon cleanup
Max Horn
2009-12-09
DRACI: Reduce header interdependencies; some cleanup
Max Horn
2009-11-10
Huge refactoring of data structures.
Robert Špalek
2009-10-30
Remove most of default parameter values.
Robert Špalek
2009-10-27
Don't change mouse cursors so ridiculously often.
Robert Špalek
2009-10-04
Removed Ctrl-Left Click treating as a Right Click
Robert Špalek
2009-10-03
Let Ctrl-Left click behave like Right lick in Dragon History.
Robert Špalek
2009-09-30
Remove trailing whitespaces
Max Horn
2009-09-30
- Adapt parts of the Draci code to match our code formatting guidelines
Johannes Schickel
2009-09-25
Add const's to many interfaces of engines/draci/
Robert Špalek
2009-08-11
Added dialogue support.
Denis Kasak
2009-08-09
Added Mouse::loadItemCursor(). Removed hotspot FIXME as all cursors seem to u...
Denis Kasak
2009-08-06
Added method Mouse::isCursorOn().
Denis Kasak
2009-07-27
Added methods to Mouse for setting the state of the button.
Denis Kasak
2009-06-25
Renamed *cursorNum identifiers in Mouse to *cursorType for consistency.
Denis Kasak
2009-06-24
Started work on the Mouse class.
Denis Kasak