| 176 | turnLastActive = currentTime; |
| 177 | else |
| 178 | turnActiveThisFrame = true; // caller should mark keyboard turn active |
| 179 | } |
| 180 | |
| 181 | return turnActiveThisFrame; |
| 182 | } |
| 183 | |
| 184 | void MouseState::FlushAndReset() |
| 185 | { |
| 186 | deltaX = 0; |
| 187 | deltaY = 0; |
| 188 | deltaZ = 0; |
no outgoing calls
no test coverage detected