luca-piccioni / OpenGL.Net

Modern OpenGL bindings for C#.
MIT License
567 stars 107 forks source link

KeyCode doesn't support Backspace, Page down or Page Up #161

Open TehFlaminTaco opened 3 years ago

TehFlaminTaco commented 3 years ago

As per Title, it is impossible to accept these key inputs via the standard event system.

Flow75 commented 1 year ago

the following page says otherwise : https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.keys?view=windowsdesktop-6.0