Struct SDL.SDL_DollarGestureEvent
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: SDL2
Assembly: SDL2-CS.dll
Syntax
public struct SDL_DollarGestureEvent
Fields
|
Improve this Doc
View Source
error
Declaration
Field Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
gestureId
Declaration
Field Value
| Type |
Description |
| System.Int64 |
|
|
Improve this Doc
View Source
numFingers
Declaration
Field Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
timestamp
Declaration
Field Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
touchId
Declaration
Field Value
| Type |
Description |
| System.Int64 |
|
|
Improve this Doc
View Source
type
Declaration
Field Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
x
Declaration
Field Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
y
Declaration
Field Value
| Type |
Description |
| System.Single |
|