mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 20:05:41 +00:00
Fixed GetRawInputData call.
This commit is contained in:
parent
59cbd7661d
commit
8609b7dc39
|
@ -86,7 +86,7 @@ namespace OpenTK.Platform.Windows
|
|||
// throw new ApplicationException("Critical error when processing raw windows input.");
|
||||
//}
|
||||
if (size == Functions.GetRawInputData(msg.LParam, GetRawInputDataEnum.INPUT,
|
||||
data, ref size, API.RawInputHeaderSize))
|
||||
out data, ref size, API.RawInputHeaderSize))
|
||||
{
|
||||
switch (data.Header.Type)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue