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 - numFingers is 16 bit and then 32 bit depending on event structure
Summary: numFingers is 16 bit and then 32 bit depending on event structure
Status: ASSIGNED
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: 2.0.3
Hardware: x86_64 Linux
: P2 trivial
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-12 13:32 UTC by Luke A. Guest
Modified: 2017-08-12 23:32 UTC (History)
0 users

See Also:


Attachments

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