X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README.OMAP;h=e1ddb064c49f15b64fd1fe831076d8db982ee0ce;hb=5f4b1fd346a57d90ffda9eaba68c7b0b0aa8acab;hp=b39fb33ec4c00a77c21a8fb7f05f62f6124d1772;hpb=f151701dfcb28c9ce6adb5f5c8c89a97d74a5076;p=sdl_omap.git diff --git a/README.OMAP b/README.OMAP index b39fb33..e1ddb06 100644 --- a/README.OMAP +++ b/README.OMAP @@ -54,6 +54,10 @@ SDL_OMAP_FORCE_DOUBLEBUF: Note that if app isn't updating whole buffer each frame, it will glitch. This is the same as specifying SDL_DOUBLEBUF to SDL_SetVideoMode. +SDL_OMAP_NO_TS_TRANSLATE: + Disable automatic touchscreen screen -> layer coordinate translation, + return real screen coordinates. + Config file ----------- @@ -68,6 +72,9 @@ force_vsync = 1/0 # same as SDL_OMAP_FORCE_DOUBLEBUF force_doublebuf = 1/0 +# same as SDL_OMAP_NO_TS_TRANSLATE +no_ts_translate = 1/0 + # can be used to bind a key to SDL keysym, good for quick ports. # Example: # bind ev_home = sdlk_space