X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;fp=src%2Flibgame%2Fsystem.h;h=af77480abe36323f6f0366d45c1a99cddae4a249;hp=48eaff25d6089afde123bf699074f5092b661e4a;hb=eb2a6b376490956d2f47cdbf66f1a5f7b5ade2e0;hpb=150d316a89345044484cdcb2d875c682008fff64 diff --git a/src/libgame/system.h b/src/libgame/system.h index 48eaff25..af77480a 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -148,7 +148,7 @@ #define USE_TOUCH_INPUT_OVERLAY #define USE_COMPLETE_DISPLAY #define HAS_SCREEN_KEYBOARD -#define SCREEN_KEYBOARD_POS(h) ((h) / 2) +#define SCREEN_KEYBOARD_POS(h) ((h) * 40 / 100) #endif // values for drag-and-drop support (some parts not added before SDL 2.0.5)