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

Method input_pen_motion_callback

src/World.cpp:364–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void World::input_pen_motion_callback(const InputManager::PenMotionCallbackArgs& motion) {
365 if(!clientStillConnecting)
366 drawProg.input_pen_motion_callback(motion);
367}
368
369void World::input_pen_axis_callback(const InputManager::PenAxisCallbackArgs& axis) {
370 if(!clientStillConnecting)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected