Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ OnKeyUp
Method
OnKeyUp
GTE/Applications/Window3.cpp:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
bool Window3::OnKeyUp(int32_t key, int32_t, int32_t)
94
{
95
return mCameraRig.PopMotion(key);
96
}
97
98
bool Window3::OnMouseClick(MouseButton button, MouseState state, int32_t x, int32_t y, uint32_t)
99
{
Callers
1
WindowProcedure
Method · 0.45
Calls
1
PopMotion
Method · 0.80
Tested by
no test coverage detected