Fixed GetRawInputData call.

This commit is contained in:
the_fiddler 2008-01-06 02:35:57 +00:00
parent f4c9e21924
commit df7d4f9508

View file

@ -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)
{