Support for touch event history, for more accurate drawing.

This commit is contained in:
pelya
2013-11-05 10:48:51 +02:00
parent 7f6347c844
commit 06e6778145
6 changed files with 45 additions and 4 deletions

View File

@@ -6,10 +6,10 @@ AppSettingVersion=19
LibSdlVersion=1.2
# Specify application name (e.x. My Application)
AppName="XSDL X server"
AppName="XServer XSDL"
# Specify reversed site name of application (e.x. com.mysite.myapp)
AppFullName=X.org.server
AppFullName=x.org.server
# Specify screen orientation: (v)ertical/(p)ortrait or (h)orizontal/(l)andscape
ScreenOrientation=h
@@ -84,6 +84,8 @@ AppNeedsTwoButtonMouse=y
# Show SDL mouse cursor, for applications that do not draw cursor at all (y) or (n)
ShowMouseCursor=n
GenerateSubframeTouchEvents=y
# Force relative (laptop) mouse movement mode, useful when both on-screen keyboard and mouse are needed (y) or (n)
ForceRelativeMouseMode=n

View File

@@ -17,4 +17,4 @@ x11proto-xext-dev x11proto-xf86bigfont-dev \
x11proto-xf86dga-dev x11proto-xf86dri-dev \
x11proto-xf86vidmode-dev x11proto-xinerama-dev \
libxmuu-dev libxt-dev libsm-dev libice-dev \
libxrender-dev libxrandr-dev
libxrender-dev libxrandr-dev curl