Fork me on GitHub

Keyboard.

Keyboard.ShiftState Enum

Namespace
SharpInputSystem
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["Keyboard.ShiftState"] class Type type-node

Syntax

[Flags]
public enum Keyboard.ShiftState

Attributes

Type Description
FlagsAttribute

Fields

Name Constant Value Summary
Alt 256
static
Ctrl 16
static
Shift 1
static