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
24cfae7d
Commit
24cfae7d
authored
Jan 17, 2011
by
Sam Lantinga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor documentation consistency cleanup
parent
ce2e619a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
SDL_events.h
include/SDL_events.h
+4
-5
No files found.
include/SDL_events.h
View file @
24cfae7d
...
@@ -317,9 +317,8 @@ typedef struct SDL_TouchButtonEvent
...
@@ -317,9 +317,8 @@ typedef struct SDL_TouchButtonEvent
}
SDL_TouchButtonEvent
;
}
SDL_TouchButtonEvent
;
/**
/**
* \brief Multiple Finger Gesture Event
* \brief Multiple Finger Gesture Event
(event.mgesture.*)
*/
*/
typedef
struct
SDL_MultiGestureEvent
typedef
struct
SDL_MultiGestureEvent
{
{
...
@@ -334,7 +333,7 @@ typedef struct SDL_MultiGestureEvent
...
@@ -334,7 +333,7 @@ typedef struct SDL_MultiGestureEvent
Uint16
padding
;
Uint16
padding
;
}
SDL_MultiGestureEvent
;
}
SDL_MultiGestureEvent
;
typedef
struct
SDL_DollarGestureEvent
typedef
struct
SDL_DollarGestureEvent
(
event
.
dgesture
.
*
)
{
{
Uint32
type
;
/**< ::SDL_DOLLARGESTURE */
Uint32
type
;
/**< ::SDL_DOLLARGESTURE */
Uint32
windowID
;
/**< The window with mouse focus, if any */
Uint32
windowID
;
/**< The window with mouse focus, if any */
...
@@ -350,8 +349,6 @@ typedef struct SDL_DollarGestureEvent
...
@@ -350,8 +349,6 @@ typedef struct SDL_DollarGestureEvent
}
SDL_DollarGestureEvent
;
}
SDL_DollarGestureEvent
;
/**
/**
* \brief The "quit requested" event
* \brief The "quit requested" event
*/
*/
...
@@ -360,6 +357,7 @@ typedef struct SDL_QuitEvent
...
@@ -360,6 +357,7 @@ typedef struct SDL_QuitEvent
Uint32
type
;
/**< ::SDL_QUIT */
Uint32
type
;
/**< ::SDL_QUIT */
}
SDL_QuitEvent
;
}
SDL_QuitEvent
;
/**
/**
* \brief A user-defined event type (event.user.*)
* \brief A user-defined event type (event.user.*)
*/
*/
...
@@ -372,6 +370,7 @@ typedef struct SDL_UserEvent
...
@@ -372,6 +370,7 @@ typedef struct SDL_UserEvent
void
*
data2
;
/**< User defined data pointer */
void
*
data2
;
/**< User defined data pointer */
}
SDL_UserEvent
;
}
SDL_UserEvent
;
struct
SDL_SysWMmsg
;
struct
SDL_SysWMmsg
;
typedef
struct
SDL_SysWMmsg
SDL_SysWMmsg
;
typedef
struct
SDL_SysWMmsg
SDL_SysWMmsg
;
...
...
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