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

Method input_mouse_motion_callback

src/World.cpp:342–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342void World::input_mouse_motion_callback(const InputManager::MouseMotionCallbackArgs& motion) {
343 if(!clientStillConnecting) {
344 drawProg.input_mouse_motion_callback(motion);
345 drawData.cam.input_mouse_motion_callback(*this, motion);
346 }
347}
348
349void World::input_mouse_wheel_callback(const InputManager::MouseWheelCallbackArgs& wheel) {
350 if(!clientStillConnecting)

Calls

no outgoing calls

Tested by

no test coverage detected