Struct MouseButtonEvent
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl mouse button event
public struct MouseButtonEvent
Inherited Members
Fields
button
The button
public readonly byte button
Field Value
clicks
The clicks
public readonly byte clicks
Field Value
state
The state
public readonly byte state
Field Value
timestamp
The timestamp
public readonly uint timestamp
Field Value
type
The type
public readonly EventType type
Field Value
which
The which
public readonly uint which
Field Value
windowID
The window id
public readonly uint windowID
Field Value
x
The
public readonly int x
Field Value
y
The
public readonly int y