Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
531efe97
Commit
531efe97
authored
Aug 15, 2011
by
Ryan C. Gordon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patched to compile.
parent
3cc0d7d6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
SDL_x11touch.h
src/video/x11/SDL_x11touch.h
+7
-2
No files found.
src/video/x11/SDL_x11touch.h
View file @
531efe97
...
@@ -23,14 +23,19 @@
...
@@ -23,14 +23,19 @@
#ifndef _SDL_x11touch_h
#ifndef _SDL_x11touch_h
#define _SDL_x11touch_h
#define _SDL_x11touch_h
/*
!!! FIXME: remove the evdev code;
!!! FIXME: this should be using XInput 2.1's new multitouch API.
*/
/
/What should this be?
/
* What should this be? */
#ifdef SDL_INPUT_LINUXEV
#ifdef SDL_INPUT_LINUXEV
typedef
struct
EventTouchData
typedef
struct
EventTouchData
{
{
int
x
,
y
,
pressure
,
finger
;
/
/Temporary Variables until sync
int
x
,
y
,
pressure
,
finger
;
/
* Temporary Variables until sync */
int
eventStream
;
int
eventStream
;
SDL_bool
up
;
SDL_bool
up
;
SDL_bool
down
;
}
EventTouchData
;
}
EventTouchData
;
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment