MCPcopy Create free account
hub / github.com/BobbyAnguelov/Esoterica / ForwardInputMessageToInputDevices

Method ForwardInputMessageToInputDevices

Code/Base/Input/InputSystem.cpp:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 void InputSystem::ForwardInputMessageToInputDevices( GenericMessage const& inputMessage )
66 {
67 for ( auto pInputDevice : m_inputDevices )
68 {
69 pInputDevice->ProcessMessage( inputMessage );
70 }
71 }
72
73 //-------------------------------------------------------------------------
74

Callers 3

ProcessInputMessageMethod · 0.80
ProcessInputMessageMethod · 0.80

Calls 1

ProcessMessageMethod · 0.45

Tested by

no test coverage detected