C# Class Axiom.Input.KeyEventArgs

Events args for keyboard input events.
Inheritance: Axiom.Input.InputEventArgs
Show file Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Property Type Description
key KeyCodes

Public Methods

Method Description
KeyEventArgs ( KeyCodes key, ModifierKeys modifiers ) : System

Constructor.

Method Details

KeyEventArgs() public method

Constructor.
public KeyEventArgs ( KeyCodes key, ModifierKeys modifiers ) : System
key KeyCodes Key that was pressed.
modifiers ModifierKeys Modifier keys pressed at the time of the event.
return System

Property Details

key protected property

Which key was pressed.
protected KeyCodes key
return KeyCodes