Skip to content

Commit

Permalink
Merge pull request #194 from jjohnson338/input_todo_cleanup
Browse files Browse the repository at this point in the history
Cleanup Todos in input.fs
  • Loading branch information
Yatao Li authored Oct 1, 2021
2 parents bfb6ae1 + 5294848 commit c2349c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions input.fs
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,7 @@ let (|Mouse|Special|Normal|ImeEvent|TextInput|Unrecognized|) (x: InputEvent) =
| Key(_, Key.Add) -> Special("kPlus")
| Key(_, Key.Subtract) -> Special("kMinus")
| Key(_, Key.Divide) -> Special("kDivide")
// TODO| Key(_, Key.Decimal) -> ???
// TODO| Key(_, Key.Separator) -> ???
| Key(_, Key.Separator) -> Special("Bar")
| Key(_, (
Key.ImeProcessed | Key.ImeAccept | Key.ImeConvert
| Key.ImeNonConvert | Key.ImeModeChange)) -> ImeEvent
Expand Down

0 comments on commit c2349c3

Please sign in to comment.