| 130 | } |
| 131 | |
| 132 | bool CastleWindow3::OnKeyDown(int32_t key, int32_t, int32_t) |
| 133 | { |
| 134 | return mFixedHeightRig.PushMotion(key); |
| 135 | } |
| 136 | |
| 137 | bool CastleWindow3::OnKeyUp(int32_t key, int32_t, int32_t) |
| 138 | { |
nothing calls this directly
no test coverage detected