Struct MouseWheelEvent
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl mouse wheel event
public struct MouseWheelEvent
Inherited Members
Fields
direction
The direction
public readonly uint direction
Field Value
preciseX
The precise
public readonly float preciseX
Field Value
preciseY
The precise
public readonly float preciseY
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