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