MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / EnableEventPosting

Method EnableEventPosting

CryInput/Input.cpp:938–941  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

936
937//////////////////////////////////////////////////////////////////////////
938void CInput::EnableEventPosting ( bool bEnable )
939{
940 m_postingenable = bEnable;
941}
942
943//////////////////////////////////////////////////////////////////////////
944void CInput::PostInputEvent( const SInputEvent &event )

Callers 4

ProcessPMessagesMethod · 0.80
LoadFromStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected