MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / processAction_

Method processAction_

source/MRViewer/MRSpaceMouseHandlerHidapi.cpp:210–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void HandlerHidapi::processAction_( const Action& action )
211{
212 ++numMsg_;
213 if ( numMsg_ == 1 )
214 TelemetrySignal( "HID API first action processing" );
215 if ( std::popcount( numMsg_ ) == 1 ) // report every power of 2
216 TelemetrySignal( "HID API SpaceMouse next log messages" );
217 smDevice_.process( action );
218 glfwPostEmptyEvent();
219}
220
221bool HandlerHidapi::hasValidDeviceConnected() const
222{

Callers

nothing calls this directly

Calls 1

processMethod · 0.45

Tested by

no test coverage detected