| 426 | } |
| 427 | |
| 428 | void ddio_sdl_InternalResetKey(uint8_t key) { |
| 429 | LKeys[key].down_time = 0.0f; |
| 430 | LKeys[key].up_time = 0.0f; |
| 431 | LKeys[key].status = false; |
| 432 | } |
| 433 | |
| 434 | void ddio_sdl_InternalKeyFrame(void) { |
| 435 | // Sam 6/28 - This is already done in the mouse handling code |
no outgoing calls
no test coverage detected