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

Method input_pen_touch_callback

src/World.cpp:359–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359void World::input_pen_touch_callback(const InputManager::PenTouchCallbackArgs& touch) {
360 if(!clientStillConnecting)
361 drawProg.input_pen_touch_callback(touch);
362}
363
364void World::input_pen_motion_callback(const InputManager::PenMotionCallbackArgs& motion) {
365 if(!clientStillConnecting)

Calls

no outgoing calls

Tested by

no test coverage detected