AddPacket(std::unique_ptr< EVENTPACKET::CEventPacket > packet) | EVENTCLIENT::CEventClient | |
Address() | EVENTCLIENT::CEventClient | inline |
Alive() const | EVENTCLIENT::CEventClient | |
CEventClient() | EVENTCLIENT::CEventClient | inline |
CEventClient(SOCKETS::CAddress &addr) | EVENTCLIENT::CEventClient | inlineexplicit |
CheckButtonRepeat(std::chrono::time_point< std::chrono::steady_clock > &next) | EVENTCLIENT::CEventClient | protected |
FreePacketQueues() | EVENTCLIENT::CEventClient | |
GetButtonCode(std::string &strMapName, bool &isAxis, float &amount, bool &isJoystick) | EVENTCLIENT::CEventClient | |
GetMousePos(float &x, float &y) | EVENTCLIENT::CEventClient | |
GetNextAction(CEventAction &action) | EVENTCLIENT::CEventClient | |
Greeted() | EVENTCLIENT::CEventClient | inlineprotected |
Initialize() | EVENTCLIENT::CEventClient | inline |
m_actionQueue | EVENTCLIENT::CEventClient | protected |
m_bGreeted | EVENTCLIENT::CEventClient | protected |
m_bMouseMoved | EVENTCLIENT::CEventClient | protected |
m_bSequenceError | EVENTCLIENT::CEventClient | protected |
m_buttonQueue | EVENTCLIENT::CEventClient | protected |
m_critSection | EVENTCLIENT::CEventClient | protected |
m_currentButton | EVENTCLIENT::CEventClient | protected |
m_deviceName | EVENTCLIENT::CEventClient | protected |
m_eLogoType | EVENTCLIENT::CEventClient | protected |
m_iCurrentSeqLen | EVENTCLIENT::CEventClient | protected |
m_iMouseX | EVENTCLIENT::CEventClient | protected |
m_iMouseY | EVENTCLIENT::CEventClient | protected |
m_iRemotePort | EVENTCLIENT::CEventClient | protected |
m_iRepeatDelay | EVENTCLIENT::CEventClient | protected |
m_iRepeatSpeed | EVENTCLIENT::CEventClient | protected |
m_lastPing | EVENTCLIENT::CEventClient | protected |
m_lastSeq | EVENTCLIENT::CEventClient | protected |
m_readyPackets | EVENTCLIENT::CEventClient | protected |
m_remoteAddr | EVENTCLIENT::CEventClient | protected |
m_seqPackets | EVENTCLIENT::CEventClient | protected |
Name() const | EVENTCLIENT::CEventClient | inline |
OnPacketACTION(EVENTPACKET::CEventPacket *packet) | EVENTCLIENT::CEventClient | protectedvirtual |
OnPacketBUTTON(EVENTPACKET::CEventPacket *packet) | EVENTCLIENT::CEventClient | protectedvirtual |
OnPacketBYE(EVENTPACKET::CEventPacket *packet) | EVENTCLIENT::CEventClient | protectedvirtual |
OnPacketHELO(EVENTPACKET::CEventPacket *packet) | EVENTCLIENT::CEventClient | protectedvirtual |
OnPacketLOG(EVENTPACKET::CEventPacket *packet) | EVENTCLIENT::CEventClient | protectedvirtual |
OnPacketMOUSE(EVENTPACKET::CEventPacket *packet) | EVENTCLIENT::CEventClient | protectedvirtual |
OnPacketNOTIFICATION(EVENTPACKET::CEventPacket *packet) | EVENTCLIENT::CEventClient | protectedvirtual |
ParseByte(unsigned char *&payload, int &psize, unsigned char &parsedVal) | EVENTCLIENT::CEventClient | protected |
ParseString(unsigned char *&payload, int &psize, std::string &parsedVal) | EVENTCLIENT::CEventClient | protected |
ParseUInt16(unsigned char *&payload, int &psize, unsigned short &parsedVal) | EVENTCLIENT::CEventClient | protected |
ParseUInt32(unsigned char *&payload, int &psize, unsigned int &parsedVal) | EVENTCLIENT::CEventClient | protected |
ProcessEvents() | EVENTCLIENT::CEventClient | |
ProcessPacket(EVENTPACKET::CEventPacket *packet) | EVENTCLIENT::CEventClient | protected |
ProcessQueue() | EVENTCLIENT::CEventClient | |
RefreshSettings() | EVENTCLIENT::CEventClient | inline |
ResetTimeout() | EVENTCLIENT::CEventClient | inlineprotected |
~CEventClient() | EVENTCLIENT::CEventClient | inlinevirtual |