Home
last modified time | relevance | path

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

/dports/games/openlierox/OpenLieroX/src/client/DeprecatedGUI/
H A DCChatWidget.cpp417 if( tLX->cIrcChat.isDownOnce() ) in GlobalEnabled()
421 tLX->cIrcChat.reset(); in GlobalEnabled()
/dports/games/openlierox/OpenLieroX/include/
H A DLieroX.h164 CInput cIrcChat; member
/dports/games/openlierox/OpenLieroX/src/client/
H A DAuxLib.cpp1281 cIrcChat.Setup(tLXOptions->sGeneralControls[SIN_IRCCHAT]); in setupInputs()
1291 …return cTakeScreenshot.isDown() || cSwitchMode.isDown() || cIrcChat.isDown() || cConsoleToggle.isD… in isAnyControlKeyDown()