Support for touch event history, for more accurate drawing.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user