• Show log

    Commit

  • Hash : cf092eca
    Author : Ryan C. Gordon
    Date : 2019-10-09T13:42:13

    mouse: Save initial position yet even if xrel and yrel are 0.
    
    The X11 target sets mouse->last_x and last_y in EnterNotify and then calls
    SDL_SendMouseMotion(), which throws away the new position because it matches
    the mouse->last_x and last_y we just set, meaning that if the pointer is
    in the window when it created, SDL_GetMouseState() will report a position of
    0,0 until a MotionNotify event (the pointer moves) arrives and corrects the
    mouse state.
    
    Mostly fixes Bugzilla #1612.
    

  • 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