XSDL: screen follows mouse cursor

This commit is contained in:
Sergii Pylypenko
2014-12-22 23:38:38 +02:00
parent 47d4a2a261
commit 2a21ba82ad
8 changed files with 89 additions and 14 deletions

View File

@@ -113,6 +113,9 @@ RightMouseButtonLongPress=n
# Show SDL mouse cursor, for applications that do not draw cursor at all (y) or (n)
ShowMouseCursor=n
# Screen follows mouse cursor, when it's covered by soft keyboard, this works only in software video mode (y) or (n)
ScreenFollowsMouse=y
# Generate more touch events, by default SDL generates one event per one video frame, this is useful for drawing apps (y) or (n)
GenerateSubframeTouchEvents=n