mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-10-29 02:37:04 +00:00
uint-to-intptr conversion must obey uint-to-int conversions on 32-bit machines, otherwise an OverflowException may occur: conversions of numbers over 2^31-1 must be declared as unchecked. Fixes issue reported here: http://www.opentk.com/node/3418 |
||
|---|---|---|
| .. | ||
| 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 | ||