mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-10-27 22:37:02 +00:00
Several functions are defined in both gdi32 and opengl32. Using the opengl32/wgl versions did not appear to help with issue #19. Let's use the gdi32 version instead, as suggested here: https://www.opengl.org/wiki/Platform_specifics:_Windows#The_WGL_functions |
||
|---|---|---|
| .. | ||
| 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 | ||