Struct MouseButtonEvent
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl mouse button event
public struct MouseButtonEventInherited Members
Fields
button
The button
public readonly byte buttonField Value
clicks
The clicks
public readonly byte clicksField Value
state
The state
public readonly byte stateField Value
timestamp
The timestamp
public readonly uint timestampField Value
type
The type
public readonly EventType typeField Value
which
The which
public readonly uint whichField Value
windowID
The window id
public readonly uint windowIDField Value
x
The
public readonly int xField Value
y
The
public readonly int y