mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 04:45:38 +00:00
f538b93ad3
The mask part of an XIEventMask struct is actually not a pointer to an integer containing the mask, but rather to an array of bytes each holding 8 bits of the mask, with the first byte holding bit 0-7. Therefore the old code would only work on little endian arches. |
||
---|---|---|
.. | ||
Bindings | ||
API.cs | ||
Functions.cs | ||
Structs.cs | ||
X11DisplayDevice.cs | ||
X11Factory.cs | ||
X11GLContext.cs | ||
X11GLNative.cs | ||
X11GraphicsMode.cs | ||
X11Input.cs | ||
X11Keyboard.cs | ||
X11KeyMap.cs | ||
X11Mouse.cs | ||
X11WindowInfo.cs | ||
XI2Input.cs | ||
XI2MouseKeyboard.cs |