• Show log

    Commit

  • Hash : f600364b
    Author : Ryan C. Gordon
    Date : 2022-08-06T09:19:52

    wayland: Mark window as MOUSE_CAPTURE while a mouse button is down.
    
    Wayland works like SDL's "auto capture" feature already, tracking the mouse
    globally only while a drag is occuring, and this is the only way to get mouse
    input outside the window.
    
    Setting this flag ourselves lets SDL_CaptureMouse() work in the most common
    use case without actually implementing CaptureMouse for the backend, including
    SDL's auto capture feature.
    
    Fixes #6010.
    

  • 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