Skip to content

Commit

Permalink
Added SEPARATOR to list of keypad keys
Browse files Browse the repository at this point in the history
  • Loading branch information
beldenfox committed Nov 17, 2023
1 parent 8de1a57 commit 7a297ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ BOOL IsNumericKeypadCode(int javaCode) {
case com_sun_glass_events_KeyEvent_VK_SUBTRACT:
case com_sun_glass_events_KeyEvent_VK_ADD:
case com_sun_glass_events_KeyEvent_VK_DECIMAL:
case com_sun_glass_events_KeyEvent_VK_SEPARATOR:
case com_sun_glass_events_KeyEvent_VK_NUMPAD0:
case com_sun_glass_events_KeyEvent_VK_NUMPAD1:
case com_sun_glass_events_KeyEvent_VK_NUMPAD2:
Expand Down

0 comments on commit 7a297ae

Please sign in to comment.