C# Class BlisterUI.Input.ModifierList

显示文件 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_oe property

public int AltPressed
return int

CapsLockState public_oe property

public bool CapsLockState
return bool

ControlPressed public_oe property

public int ControlPressed
return int

NumLockState public_oe property

public bool NumLockState
return bool

ScrollLockState public_oe property

public bool ScrollLockState
return bool

ShiftPressed public_oe property

public int ShiftPressed
return int