indent
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403452
This commit is contained in:
parent
ff8b5276a7
commit
1b9b40835c
10 changed files with 83 additions and 58 deletions
|
@ -287,7 +287,7 @@ WIN_WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
|||
}
|
||||
if (flags & RI_MOUSE_WHEEL) {
|
||||
SDL_SendMouseWheel(index, 0,
|
||||
(short)raw->data.mouse.usButtonData);
|
||||
(short) raw->data.mouse.usButtonData);
|
||||
}
|
||||
SDL_stack_free(lpb);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue