Remove key handling from ContainerWidget
It has no business handling key input. This was used only for opening the ingame chat and replacing it with a `LogicKeyListener` was trivial.
This commit is contained in:
@@ -11,6 +11,7 @@ Container@CHAT_PANEL:
|
||||
System: SYSTEM_LINE_TEMPLATE
|
||||
Mission: CHAT_LINE_TEMPLATE
|
||||
Children:
|
||||
LogicKeyListener@OPEN_CHAT_KEY_LISTENER:
|
||||
Container@CHAT_OVERLAY:
|
||||
Width: PARENT_RIGHT - 24
|
||||
Height: PARENT_BOTTOM - 30
|
||||
|
||||
Reference in New Issue
Block a user