Table of Contents

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

byte

clicks

The clicks

public readonly byte clicks

Field Value

byte

state

The state

public readonly byte state

Field Value

byte

timestamp

The timestamp

public readonly uint timestamp

Field Value

uint

type

The type

public readonly EventType type

Field Value

EventType

which

The which

public readonly uint which

Field Value

uint

windowID

The window id

public readonly uint windowID

Field Value

uint

x

The

public readonly int x

Field Value

int

y

The

public readonly int y

Field Value

int