downFrame
fun downFrame(keys: List<Key>, dt: TimeSpan = TimeSpan.NIL, callback: (ke: KeyEvent) -> Unit): Cancellable
Executes callback on each frame when key is being pressed. When dt is provided, the callback is executed at that dt steps.