kcsaff / getkey

MIT License
41 stars 18 forks source link

Distinguish numpad buttons #23

Open Edios opened 2 years ago

Edios commented 2 years ago

Example: I want to have information if the key which was pressed is KEYPAD 5 or 5. For now it seems that Keypad 5 is interpreted as "5" when using getkey() method. If there a way to distinguish numpad buttons and normal one?