X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README.OMAP;h=ad662a3a31ec00c3d3ff570d425aa15c1d4842da;hb=e1837b2c78d48d2811ff77e8702810b7620dd4f8;hp=29cbac23ef72b33286d907c104b8c98be97a4cc3;hpb=9ab462cd62f28e75898b20c6d9e31ad45a220d7d;p=sdl_omap.git diff --git a/README.OMAP b/README.OMAP index 29cbac2..ad662a3 100644 --- a/README.OMAP +++ b/README.OMAP @@ -77,6 +77,10 @@ SDL_OMAP_NO_TS_TRANSLATE: Disable automatic touchscreen screen -> layer coordinate translation, return real screen coordinates. +SDL_OMAP_TS_FORCE_TSLIB: + Always use tslib to read touchscreen. Without this, use X events when they + are available (this gives external input device support). + Config file ----------- @@ -94,6 +98,9 @@ force_doublebuf = 1/0 # same as SDL_OMAP_NO_TS_TRANSLATE no_ts_translate = 1/0 +# same as SDL_OMAP_TS_FORCE_TSLIB +ts_force_tslib = 1/0 + # can be used to bind a key to SDL keysym, good for quick ports. # Example: # bind ev_home = sdlk_space