Fork me on GitHub

KeyEventArgs.

KeyEventArgs(InputObject, KeyCode, int) Constructor

Namespace
SharpInputSystem
Containing Type
KeyEventArgs

Syntax

public KeyEventArgs(InputObject obj, KeyCode key, int text)

Parameters

Name Type Description
obj InputObject
key KeyCode
text int

Return Value

Type Description
void