aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/webos/webos.cpp
AgeCommit message (Collapse)Author
2012-07-21WEBOS: Remove broken keymapper code which is not needed anymore anywayKlaus Reimer
2012-02-27KEYMAPPER: Fix WebOS compileTarek Soliman
2012-02-27KEYMAPPER: Rename HardwareKey to HardwareInputTarek Soliman
2012-02-21KEYMAPPER: Remove automapping dead codeTarek Soliman
2012-02-13ALL: Enable Keymapper specific OSystem API only when the Keymapper is enabled.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-12WEBOS: Move scummvmrc to ScummVM data directoryKlaus 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-12WEBOS: Complete rewrite of key/mouse events handlingKlaus Reimer
Touchscreen is now always used like a touch pad.
2011-04-12WEBOS: Disable vkeybd, fix more directory references with wrong package nameKlaus Reimer
The vkeybd XML can't be read for some reason.
2011-04-12WEBOS: Create webos backend with custom eventsKlaus Reimer
Currently only contains test code.