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

Method onWindowResizeEvent

testbed/src/Gui.cpp:569–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569void Gui::onWindowResizeEvent(int width, int height) {
570 mScreen->resize_callback_event(width, height);
571}
572
573void Gui::onMouseMotionEvent(double x, double y) {
574 mScreen->cursor_pos_callback_event(x, y);

Callers 1

onWindowResizedMethod · 0.80

Calls

no outgoing calls

Tested by 1

onWindowResizedMethod · 0.64