Search
KeyboardState Members
Fields
 


Specifies state of modifier keys.

The following tables list the members exposed by the KeyboardState type.

 Public Fields

  Name Description

Alt

A boolean value specifying state of Alt modifier.

CapsLock

A boolean value specifying state of Caps Lock.

Ctrl

A boolean value specifying state of Ctrl modifier.

Insert

A boolean value specifying state of the Insert key.

NumLock

A boolean value specifying state of Num Lock.

Shift

A boolean value specifying state of Shift modifier.

 See Also