We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1305

Summary: mouse wheel scroll-down event created when mouse wheel is pressed down
Product: SDL Reporter: Martin Schreiber <schreiberx>
Component: eventsAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: x86_64   
OS: Linux   
Attachments: patch for pressing mouse wheel

Description Martin Schreiber 2011-09-15 06:08:38 UTC
Created attachment 703 [details]
patch for pressing mouse wheel

patch attached
Comment 1 Sam Lantinga 2012-01-07 21:37:16 UTC
I applied the first part of your patch, since the second part looked unrelated.
http://hg.libsdl.org/SDL/rev/976d9ec6c290

Thanks!