MCPcopy 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
93bool Window3::OnKeyUp(int32_t key, int32_t, int32_t)
94{
95 return mCameraRig.PopMotion(key);
96}
97
98bool Window3::OnMouseClick(MouseButton button, MouseState state, int32_t x, int32_t y, uint32_t)
99{

Callers 1

WindowProcedureMethod · 0.45

Calls 1

PopMotionMethod · 0.80

Tested by

no test coverage detected