Table of Contents

Struct mouse_wheel_event_t

Namespace
Hi.Native
Assembly
HiDisp.dll

Native mouse wheel event.

public struct mouse_wheel_event_t
Inherited Members
Extension Methods

Fields

type

Event type.

public ui_event_type type

Field Value

ui_event_type

wheel_offset_x

Wheel offset X.

public int wheel_offset_x

Field Value

int

wheel_offset_y

Wheel offset Y.

public int wheel_offset_y

Field Value

int