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
/
hdb
/
input.cpp
Age
Commit message (
Expand
)
Author
2019-09-22
HDB: Fix issue in stylusDown
Strangerke
2019-09-22
HDB: Fix Game Breaking Bug in Right Mouse Button Handling
D G Turner
2019-09-19
HDB: Simplify some code
Strangerke
2019-09-08
HDB: Remove unused static in setButtons
Strangerke
2019-09-03
HDB: Change init functions to handle errors
Strangerke
2019-09-03
HDB: Fix PPC Double Click code
Nipun Garg
2019-09-03
HDB: Fix crash in start menu in PPC version
Eugene Sandulenko
2019-09-03
HDB: Fix PPC controls
Nipun Garg
2019-09-03
HDB: Reduce some more variable scopes, simplify a couple of checks in input.cpp
Strangerke
2019-09-03
HDB: Fix warnings
Eugene Sandulenko
2019-09-03
HDB: Add new PPC-specific code
Nipun Garg
2019-09-03
HDB: Integrate PPC version of Window
Nipun Garg
2019-09-03
HDB: Section off WIN32 specific-code
Nipun Garg
2019-09-03
HDB: Make Platform specific constants into variables
Nipun Garg
2019-09-03
HDB: Section off PPC-specific code
Nipun Garg
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce some variable scopes, some janitorial work
Strangerke
2019-09-03
HDB: Fix compilation for MSVC9
Strangerke
2019-09-03
HDB: Add warnings
Nipun Garg
2019-09-03
HDB: Unstub the Quit functionality
Nipun Garg
2019-09-03
HDB: Unstub the TRY AGAIN screen
Nipun Garg
2019-09-03
HDB: Add Debug checks
Nipun Garg
2019-09-03
HDB: Add code to enable Debugging
Nipun Garg
2019-09-03
HDB: Remove redundant warning
Nipun Garg
2019-09-03
HDB: Add Menu calls
Nipun Garg
2019-09-03
HDB: Set _menuKey
Nipun Garg
2019-09-03
HDB: Add stubs in Sound and Input
Nipun Garg
2019-09-03
HDB: Add Pause Button
Nipun Garg
2019-09-03
HDB: Unstub Window function calls
Nipun Garg
2019-09-03
HDB: Unstub playSound calls
Nipun Garg
2019-09-03
HDB: Rename _drawMan -> _gfx
Eugene Sandulenko
2019-09-03
HDB: Hid noisy stubs
Eugene Sandulenko
2019-09-03
HDB: Unstub DialogChoice and MessageBar checks
Nipun Garg
2019-09-03
HDB: Initialize _buttons
Nipun Garg
2019-09-03
HDB: Update setButtons()
Nipun Garg
2019-09-03
HDB: Add getter-setter for _buttons
Nipun Garg
2019-09-03
HDB: Add updateKeys()
Nipun Garg
2019-09-03
HDB: Remove 'Check Pause Flag' stubs
Nipun Garg
2019-09-03
HDB: Add updateMouseButtons and update updateMouse
Nipun Garg
2019-09-03
HDB: Update Mouse data for buttons
Nipun Garg
2019-09-03
HDB: Remove _lastMouseX and _lastMouseY
Nipun Garg
2019-09-03
HDB: Add updateMouse() and call it in game loop
Nipun Garg
2019-09-03
HDB: Unstub stylusMove() and stylusUp()
Nipun Garg
2019-09-03
HDB: Unstub stylusDown()
Nipun Garg
2019-09-03
JANITORIAL: Add endline to the end of file
Eugene Sandulenko
2019-09-03
HDB: Add stubbed Input class
Nipun Garg