KeyPressedEvent(Key, bool) Constructor
Definition¶
Namespace: Brine2D.Input
Raised when a key is pressed.
public KeyPressedEvent(Brine2D.Input.Key Key, bool IsRepeat=false);
Parameters¶
Key Key
IsRepeat System.Boolean
Namespace: Brine2D.Input
Raised when a key is pressed.
public KeyPressedEvent(Brine2D.Input.Key Key, bool IsRepeat=false);
Key Key
IsRepeat System.Boolean