MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / input_multi_finger_touch_callback

Method input_multi_finger_touch_callback

src/World.cpp:374–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374void World::input_multi_finger_touch_callback(const InputManager::MultiFingerTouchCallbackArgs& touch) {
375 if(!clientStillConnecting)
376 drawData.cam.input_multi_finger_touch_callback(*this, touch);
377}
378
379void World::input_multi_finger_motion_callback(const InputManager::MultiFingerMotionCallbackArgs& motion) {
380 if(!clientStillConnecting)

Calls

no outgoing calls

Tested by

no test coverage detected