Home
last modified time | relevance | path

Searched refs:hl_ChatText (Results 1 – 1 of 1) sorted by relevance

/dports/games/openlierox/OpenLieroX/src/client/DeprecatedGUI/
H A DMenu_Net_Host.cpp551 hl_ChatText, enumerator
758 cHostLobby.FocusWidget(hl_ChatText); in Menu_Net_HostLobbyCreateGui()
760 …Menu_WarpMouse(cHostLobby.getWidget(hl_ChatText)->getX() + cHostLobby.getWidget(hl_ChatText)->getW… in Menu_Net_HostLobbyCreateGui()
761 … cHostLobby.getWidget(hl_ChatText)->getY() + cHostLobby.getWidget(hl_ChatText)->getHeight() - 2); in Menu_Net_HostLobbyCreateGui()
771 cHostLobby.SendMessage(hl_ChatText, TXS_GETTEXT, &buf, 256); in Menu_Net_HostLobbyGetText()
780 cHostLobby.SendMessage(hl_ChatText, TXS_SETTEXT, str, 0); in Menu_Net_HostLobbySetText()
1014 cHostLobby.FocusWidget(hl_ChatText); in Menu_Net_HostLobbyFrame()
1018 CTextbox *txt = (CTextbox *)cHostLobby.getWidget(hl_ChatText); in Menu_Net_HostLobbyFrame()
1028 case hl_ChatText: in Menu_Net_HostLobbyFrame()
1034 cHostLobby.SendMessage(hl_ChatText, TXS_GETTEXT, &text, 0); in Menu_Net_HostLobbyFrame()
[all …]