MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / OnKeyDown

Method OnKeyDown

GTE/Samples/SceneGraphs/Castle/CastleWindow3.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132bool CastleWindow3::OnKeyDown(int32_t key, int32_t, int32_t)
133{
134 return mFixedHeightRig.PushMotion(key);
135}
136
137bool CastleWindow3::OnKeyUp(int32_t key, int32_t, int32_t)
138{

Callers

nothing calls this directly

Calls 1

PushMotionMethod · 0.80

Tested by

no test coverage detected