MCPcopy 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
88bool Window3::OnKeyDown(int32_t key, int32_t, int32_t)
89{
90 return mCameraRig.PushMotion(key);
91}
92
93bool Window3::OnKeyUp(int32_t key, int32_t, int32_t)
94{

Callers 1

WindowProcedureMethod · 0.45

Calls 1

PushMotionMethod · 0.80

Tested by

no test coverage detected