Barotrauma Client Doc
|
Public Member Functions | |
KeyboardDispatcher (GameWindow window) | |
void | EventInput_TextEditing (object sender, TextEditingEventArgs e) |
void | EventInput_KeyDown (object sender, KeyEventArgs e) |
Properties | |
IKeyboardSubscriber | Subscriber [get, set] |
Definition at line 18 of file KeyboardDispatcher.cs.
EventInput.KeyboardDispatcher.KeyboardDispatcher | ( | GameWindow | window | ) |
Definition at line 20 of file KeyboardDispatcher.cs.
void EventInput.KeyboardDispatcher.EventInput_KeyDown | ( | object | sender, |
KeyEventArgs | e | ||
) |
Definition at line 34 of file KeyboardDispatcher.cs.
void EventInput.KeyboardDispatcher.EventInput_TextEditing | ( | object | sender, |
TextEditingEventArgs | e | ||
) |
Definition at line 29 of file KeyboardDispatcher.cs.
|
getset |
Definition at line 49 of file KeyboardDispatcher.cs.