• Sam Lantinga's avatar
    Fixed bug #642 · 1ca4e2ce
    Sam Lantinga authored
     Gerry JJ      2008-11-09 02:11:49 PST
    
    The SDL_MouseMotionEvent struct has a field named "tilt" (currently marked "for
    future use"), for tablet stylus tilt information.  However, one value is not
    enough for this, as tilt is two-dimensional.  Reserving only one field for
    future use is no good when you're going to need two, so there should be two
    fields, tilt_x and tilt_y.
    
    --HG--
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404321
    1ca4e2ce
SDL_events.h 18.7 KB