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

Method parseRaw

source/MRViewer/MRSpaceMouseHandlerHidapi.cpp:245–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void HandlerHidapi::AtomicDevice::parseRaw( const DataPacketRaw& packet, int packet_length, Action& action ) const
246{
247 std::unique_lock lock( mutex_ );
248 if ( device_ )
249 device_->parseRawEvent( packet, packet_length, action );
250}
251
252void HandlerHidapi::AtomicDevice::process( const Action& action )
253{

Callers 1

handleMethod · 0.80

Calls 1

parseRawEventMethod · 0.80

Tested by

no test coverage detected