WEBOS: Enable keymapper, implement FORWARD key and right+middle button clicks

This commit is contained in:
Klaus Reimer 2011-04-06 22:43:21 +02:00 committed by Max Horn
parent 48dbbdcd74
commit aa79a2634d
8 changed files with 276 additions and 11 deletions

View file

@ -32,7 +32,6 @@
#include <unistd.h>
int main(int argc, char* argv[]) {
g_system = new OSystem_SDL_WebOS();
assert(g_system);