Barotrauma Client Doc
EventInput.KeyboardDispatcher Class Reference

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]
 

Detailed Description

Definition at line 18 of file KeyboardDispatcher.cs.

Constructor & Destructor Documentation

◆ KeyboardDispatcher()

EventInput.KeyboardDispatcher.KeyboardDispatcher ( GameWindow  window)

Definition at line 20 of file KeyboardDispatcher.cs.

Member Function Documentation

◆ EventInput_KeyDown()

void EventInput.KeyboardDispatcher.EventInput_KeyDown ( object  sender,
KeyEventArgs  e 
)

Definition at line 34 of file KeyboardDispatcher.cs.

◆ EventInput_TextEditing()

void EventInput.KeyboardDispatcher.EventInput_TextEditing ( object  sender,
TextEditingEventArgs  e 
)

Definition at line 29 of file KeyboardDispatcher.cs.

Property Documentation

◆ Subscriber

IKeyboardSubscriber EventInput.KeyboardDispatcher.Subscriber
getset

Definition at line 49 of file KeyboardDispatcher.cs.