Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ OnKeyDown
Method
OnKeyDown
GTE/Applications/Window3.cpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
bool Window3::OnKeyDown(int32_t key, int32_t, int32_t)
89
{
90
return mCameraRig.PushMotion(key);
91
}
92
93
bool Window3::OnKeyUp(int32_t key, int32_t, int32_t)
94
{
Callers
1
WindowProcedure
Method · 0.45
Calls
1
PushMotion
Method · 0.80
Tested by
no test coverage detected