Delegate KeyTypedEvent
- Namespace
- SimulationFramework.Input
- Assembly
- SimulationFramework.dll
A delegate for text input events.
public delegate void KeyTypedEvent(char character)
Parameters
character
char
A delegate for text input events.
public delegate void KeyTypedEvent(char character)
character
char