Table of Contents

Struct mouse_move_event_t

Namespace
Hi.Native
Assembly
HiDisp.dll

Native mouse move event.

public struct mouse_move_event_t
Inherited Members
Extension Methods

Fields

cursor_x

Cursor position x.

public int cursor_x

Field Value

int

cursor_y

Cursor position y.

public int cursor_y

Field Value

int

type

Event type.

public ui_event_type type

Field Value

ui_event_type