• Show log

    Commit

  • Hash : 4359a47b
    Author : Dean Herbert
    Date : 2021-04-02T12:48:16

    Simplify ClipCursor behaviour when RelativeMouseMode is enabled
    
    The implementation of clip logic for relative mode seemed to
    unnecessarily limit the usable area to the middle of the window, in a
    2x2 pixel region. This has the adverse side effect of moving the
    operating system cursor to that location, even if it is in a valid
    location in the window.
    
    While in most scenarios this is handled correctly (by storing the
    original position of the cursor in the window and restoring when leaving
    relative mode), there are edge cases where this clip operation can cause
    WM_MOUSEMOVE to fire at a point in time where it counts as a relative
    delta from SDL's perspective.
    

  • 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 thodg_l www_kmx_io thodg
    Tags