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
e1872568
Commit
e1872568
authored
Jan 19, 2011
by
Sam Lantinga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Normalized line endings
parent
7f8a24af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
SDL_win32video.h
src/video/win32/SDL_win32video.h
+12
-12
No files found.
src/video/win32/SDL_win32video.h
View file @
e1872568
...
@@ -91,17 +91,17 @@ enum { RENDER_NONE, RENDER_D3D, RENDER_DDRAW, RENDER_GDI, RENDER_GAPI, RENDER_RA
...
@@ -91,17 +91,17 @@ enum { RENDER_NONE, RENDER_D3D, RENDER_DDRAW, RENDER_GDI, RENDER_GAPI, RENDER_RA
DECLARE_HANDLE
(
HTOUCHINPUT
);
DECLARE_HANDLE
(
HTOUCHINPUT
);
typedef
struct
_TOUCHINPUT
{
typedef
struct
_TOUCHINPUT
{
LONG
x
;
LONG
x
;
LONG
y
;
LONG
y
;
HANDLE
hSource
;
HANDLE
hSource
;
DWORD
dwID
;
DWORD
dwID
;
DWORD
dwFlags
;
DWORD
dwFlags
;
DWORD
dwMask
;
DWORD
dwMask
;
DWORD
dwTime
;
DWORD
dwTime
;
ULONG_PTR
dwExtraInfo
;
ULONG_PTR
dwExtraInfo
;
DWORD
cxContact
;
DWORD
cxContact
;
DWORD
cyContact
;
DWORD
cyContact
;
}
TOUCHINPUT
,
*
PTOUCHINPUT
;
}
TOUCHINPUT
,
*
PTOUCHINPUT
;
#endif
/* WINVER < 0x0601 */
#endif
/* WINVER < 0x0601 */
...
@@ -167,7 +167,7 @@ typedef struct SDL_VideoData
...
@@ -167,7 +167,7 @@ typedef struct SDL_VideoData
HANDLE
userDLL
;
HANDLE
userDLL
;
BOOL
(
WINAPI
*
CloseTouchInputHandle
)(
HTOUCHINPUT
);
BOOL
(
WINAPI
*
CloseTouchInputHandle
)(
HTOUCHINPUT
);
BOOL
(
WINAPI
*
GetTouchInputInfo
)(
HTOUCHINPUT
,
UINT
,
PTOUCHINPUT
,
int
);
BOOL
(
WINAPI
*
GetTouchInputInfo
)(
HTOUCHINPUT
,
UINT
,
PTOUCHINPUT
,
int
);
BOOL
(
WINAPI
*
RegisterTouchWindow
)(
HWND
,
ULONG
);
BOOL
(
WINAPI
*
RegisterTouchWindow
)(
HWND
,
ULONG
);
SDL_bool
ime_com_initialized
;
SDL_bool
ime_com_initialized
;
struct
ITfThreadMgr
*
ime_threadmgr
;
struct
ITfThreadMgr
*
ime_threadmgr
;
...
...
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