Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
569
void Gui::onWindowResizeEvent(int width, int height) {
570
mScreen->resize_callback_event(width, height);
571
}
572
573
void Gui::onMouseMotionEvent(double x, double y) {
574
mScreen->cursor_pos_callback_event(x, y);
Callers
1
onWindowResized
Method · 0.80
Calls
no outgoing calls
Tested by
1
onWindowResized
Method · 0.64