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

Method input_mouse_wheel_callback

src/World.cpp:349–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349void World::input_mouse_wheel_callback(const InputManager::MouseWheelCallbackArgs& wheel) {
350 if(!clientStillConnecting)
351 drawData.cam.input_mouse_wheel_callback(*this, wheel);
352}
353
354void World::input_pen_button_callback(const InputManager::PenButtonCallbackArgs& button) {
355 if(!clientStillConnecting)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected