Multi-platform .NET bindings to the Ultralight project.
at master 180 B view raw
1using Silk.NET.Input.Common; 2 3partial class Program { 4 5 private static void KeyDown(IKeyboard arg1, Key arg2, int arg3) { 6 if (arg2 == Key.Escape) 7 _snView.Close(); 8 } 9 10}