MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / onMouseButtonEvent

Method onMouseButtonEvent

testbed/src/Gui.cpp:592–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590}
591
592void Gui::onMouseButtonEvent(int button, int action, int modifiers) {
593 mScreen->mouse_button_callback_event(button, action, modifiers);
594}
595
596void Gui::onKeyboardEvent(int key, int scancode, int action, int modifiers) {
597 mScreen->key_callback_event(key, scancode, action, modifiers);

Callers 1

mouse_button_eventMethod · 0.80

Calls

no outgoing calls

Tested by 1

mouse_button_eventMethod · 0.64