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 3060

Summary: numFingers is 16 bit and then 32 bit depending on event structure
Product: SDL Reporter: Luke A. Guest <laguest>
Component: eventsAssignee: Sam Lantinga <slouken>
Status: ASSIGNED --- QA Contact: Sam Lantinga <slouken>
Severity: trivial    
Priority: P2    
Version: 2.0.3   
Hardware: x86_64   
OS: Linux   

Description Luke A. Guest 2015-07-12 13:32:32 UTC
Hi,

Whilst binding the events, I found an inconsistency with the above field in SDL_MultiGestureEvent and SDL_DollarGestureEvent, in the former it is Uint16 and the latter it is Uint32. Surely they should both be 16 bit with a padding field?

Thanks,
Luke.