• Show log

    Commit

  • Hash : 59574fe2
    Author : Ryan C. Gordon
    Date : 2018-06-24T13:57:22

    x11: Normalize x11xinput2 touch x to be 1.0 at width (thanks, Zach!).
    
    "Applications (such as SDL's testgesture) do "event.tfinger.x * window_width"
    to find window coord. Currently the X11 XInput2 backend expects application
    to do "event.tfinger.x * (window_width-1)" instead.
    
    X11 XInput2 touch events are normalized so x is 1.0 at "width - 1" but other
    SDL backends appear to have x be 1.0 at "width". Same issue for touch event
    y with regards to height."
    
    Fixes Bugzilla #4183.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags