diff src/events/SDL_mouse_c.h @ 2152:003c1b5b07da

Fixed bug #382 Added horizontal scrolling support
author Sam Lantinga <slouken@libsdl.org>
date Fri, 06 Jul 2007 09:22:18 +0000
parents c121d94672cb
children 44e49d3fa6cf 64f346a83ed3
line wrap: on
line diff
--- a/src/events/SDL_mouse_c.h	Thu Jul 05 06:35:40 2007 +0000
+++ b/src/events/SDL_mouse_c.h	Fri Jul 06 09:22:18 2007 +0000
@@ -102,7 +102,7 @@
 extern int SDL_SendMouseButton(int index, Uint8 state, Uint8 button);
 
 /* Send a mouse wheel event for a mouse at an index */
-extern int SDL_SendMouseWheel(int index, int motion);
+extern int SDL_SendMouseWheel(int index, int x, int y);
 
 /* Shutdown the mouse subsystem */
 extern void SDL_MouseQuit(void);