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 - mouse wheel scroll-down event created when mouse wheel is pressed down
Summary: mouse wheel scroll-down event created when mouse wheel is pressed down
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: HG 2.0
Hardware: x86_64 Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-15 06:08 UTC by Martin Schreiber
Modified: 2012-01-07 21:37 UTC (History)
0 users

See Also:


Attachments
patch for pressing mouse wheel (1001 bytes, patch)
2011-09-15 06:08 UTC, Martin Schreiber
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!