C# Class BlisterUI.Input.ModifierList

Show file Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Properties

Property Type Description
AltPressed int
CapsLockState bool
ControlPressed int
NumLockState bool
ScrollLockState bool
ShiftPressed int

Property Details

AltPressed public property

public int AltPressed
return int

CapsLockState public property

public bool CapsLockState
return bool

ControlPressed public property

public int ControlPressed
return int

NumLockState public property

public bool NumLockState
return bool

ScrollLockState public property

public bool ScrollLockState
return bool

ShiftPressed public property

public int ShiftPressed
return int