Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ OnKeyUp
Method
OnKeyUp
GTE/Samples/SceneGraphs/Castle/CastleWindow3.cpp:137–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
bool CastleWindow3::OnKeyUp(int32_t key, int32_t, int32_t)
138
{
139
return mFixedHeightRig.PopMotion(key);
140
}
141
142
bool CastleWindow3::OnMouseClick(MouseButton button, MouseState state, int32_t x, int32_t y, uint32_t)
143
{
Callers
nothing calls this directly
Calls
1
PopMotion
Method · 0.80
Tested by
no test coverage detected