You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Silk.NET app using ImGui, when I press the key which Silk.NET detects as Silk.NET.Input.Key.Unknown, app throws an unhandled NotImplementedException with below stacktrace:
Unhandled exception. System.NotImplementedException: The method or operation is not implemented.
at Silk.NET.OpenGL.Extensions.ImGui.ImGuiController.TranslateInputKeyToImGuiKey(Key key)
at Silk.NET.OpenGL.Extensions.ImGui.ImGuiController.OnKeyEvent(IKeyboard keyboard, Key keycode, Int32 scancode, Boolean down)
at Silk.NET.OpenGL.Extensions.ImGui.ImGuiController.OnKeyDown(IKeyboard keyboard, Key keycode, Int32 scancode)
at Silk.NET.Input.Glfw.GlfwKeyboard.<Subscribe>b__33_1(WindowHandle* _, Keys key, Int32 code, InputAction action, KeyModifiers mods)
at Silk.NET.Input.Glfw.GlfwEvents.<.ctor>b__0_1(WindowHandle* a, Keys b, Int32 c, InputAction d, KeyModifiers e)
at Silk.NET.Windowing.Internals.ViewImplementationBase.Silk.NET.Windowing.IView.DoEvents()
at Silk.NET.Windowing.Internals.ViewImplementationBase.Run(Action onFrame)
at Silk.NET.Windowing.Glfw.GlfwWindow.Run(Action onFrame)
at Silk.NET.Windowing.WindowExtensions.Run(IView view)
...
Summary
In the Silk.NET app using ImGui, when I press the key which Silk.NET detects as
Silk.NET.Input.Key.Unknown
, app throws an unhandledNotImplementedException
with below stacktrace:Steps to reproduce
Unknown
keyComments
Some example of keys Silk.NET detects as
Silk.NET.Input.Key.Unknown
:If you know how to fix this issue, please submit a pull request instead!
The text was updated successfully, but these errors were encountered: