Closed benaryorg closed 8 years ago
KeyEvent(Option<Key>) is now KeyEvent(Key)
KeyEvent(Option<Key>)
KeyEvent(Key)
Please note that this is breaking backwards-compatibility and should therefore trigger a version bump.
Thanks!
KeyEvent(Option<Key>)
is nowKeyEvent(Key)