| 280 | } |
| 281 | |
| 282 | bool Input::IsSystemRepeated(InputButton button) { |
| 283 | assert(IsSystemButton(button)); |
| 284 | return repeated[button]; |
| 285 | } |
| 286 | |
| 287 | bool Input::IsSystemReleased(InputButton button) { |
| 288 | assert(IsSystemButton(button)); |
nothing calls this directly
no test coverage detected