C# Class OpenTK.Input.KeyboardKeyEventArgs

Defines the event data for KeyboardDevice events.

Do not cache instances of this type outside their event handler. If necessary, you can clone a KeyboardEventArgs instance using the KeyboardKeyEventArgs(KeyboardKeyEventArgs) constructor.

Inheritance: System.EventArgs
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
KeyboardKeyEventArgs ( ) : System

Constructs a new KeyboardEventArgs instance.

KeyboardKeyEventArgs ( KeyboardKeyEventArgs args ) : System

Constructs a new KeyboardEventArgs instance.

Method Details

KeyboardKeyEventArgs() public méthode

Constructs a new KeyboardEventArgs instance.
public KeyboardKeyEventArgs ( ) : System
Résultat System

KeyboardKeyEventArgs() public méthode

Constructs a new KeyboardEventArgs instance.
public KeyboardKeyEventArgs ( KeyboardKeyEventArgs args ) : System
args KeyboardKeyEventArgs An existing KeyboardEventArgs instance to clone.
Résultat System