mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-10-27 23:08:16 +00:00
WindowProc returns an IntPtr not a bool, so let Handle* functions return IntPtr?. If they return a value we return that, if they return null we call DefWindowProc and return the result from that. |
||
|---|---|---|
| .. | ||
| Bindings | ||
| API.cs | ||
| WglHelper.cs | ||
| WinDisplayDevice.cs | ||
| WinFactory.cs | ||
| WinGLContext.cs | ||
| WinGLNative.cs | ||
| WinGraphicsMode.cs | ||
| WinInputBase.cs | ||
| WinKeyMap.cs | ||
| WinMMJoystick.cs | ||
| WinRawInput.cs | ||
| WinRawKeyboard.cs | ||
| WinRawMouse.cs | ||
| WinWindowInfo.cs | ||
| XInputJoystick.cs | ||