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
/
backends
/
platform
/
webos
/
webos.cpp
Age
Commit message (
Collapse
)
Author
2012-07-21
WEBOS: Remove broken keymapper code which is not needed anymore anyway
Klaus Reimer
2012-02-27
KEYMAPPER: Fix WebOS compile
Tarek Soliman
2012-02-27
KEYMAPPER: Rename HardwareKey to HardwareInput
Tarek Soliman
2012-02-21
KEYMAPPER: Remove automapping dead code
Tarek Soliman
2012-02-13
ALL: Enable Keymapper specific OSystem API only when the Keymapper is enabled.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-12
WEBOS: Move scummvmrc to ScummVM data directory
Klaus Reimer
scummvmrc is now located in ScummVM data directory and no longer in app directory so it is accessible via USB drive mode.
2011-04-12
WEBOS: Complete rewrite of key/mouse events handling
Klaus Reimer
Touchscreen is now always used like a touch pad.
2011-04-12
WEBOS: Disable vkeybd, fix more directory references with wrong package name
Klaus Reimer
The vkeybd XML can't be read for some reason.
2011-04-12
WEBOS: Create webos backend with custom events
Klaus Reimer
Currently only contains test code.