| 86 | } |
| 87 | |
| 88 | void ddio_null_InternalResetKey(uint8_t key) { |
| 89 | LKeys[key].down_time = 0.0f; |
| 90 | LKeys[key].up_time = 0.0f; |
| 91 | LKeys[key].status = false; |
| 92 | } |
| 93 | |
| 94 | bool ddio_null_KeyFrame() { return true; } |
| 95 |
no outgoing calls
no test coverage detected