X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README.OMAP;h=1c04162ea07c486357f757d184a68b16055409d9;hb=21e209de05a7f4712a567eb83d98a887b9c33c20;hp=29cbac23ef72b33286d907c104b8c98be97a4cc3;hpb=371f4cfdab9f3415920c78c2e670d6f4662f2b3c;p=sdl_omap.git diff --git a/README.OMAP b/README.OMAP index 29cbac2..1c04162 100644 --- a/README.OMAP +++ b/README.OMAP @@ -52,6 +52,8 @@ SDL_OMAP_LAYER_SIZE: Valid values: "WxH", for example "640x480" "fullscreen" to cover whole screen. + "scaled" to upscale the screen proportionally, letterboxing or pillarboxing. + "pixelperfect" to upscale by a whole-number factor (e.g. 2x or 3x size). SDL_OMAP_BORDER_CUT: This can be used to move parts of SDL surface out of screen, in other @@ -77,6 +79,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 +100,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