• Show log

    Commit

  • Hash : b7be5bce
    Author : Sam Lantinga
    Date : 2017-12-19T11:17:37

    Fixed bug 4000 - SDL2 on raspberry: mouse displayed at 0,0 after SDL_ShowCursor
    
    Laurent Merckx
    
    I have a problem with the SDL_ShowCursor method on Raspberry.
    
    Depending on the context, my application hides or show the mouse cursor with SDL_ShowCursor.
    But when calling SDL_ShowCursor(true), the cursor is displayed at 0,0 (and not at last position).
    
    After debugging sources by myself, it seems that the problem is in SDL_rpimouse.c - RPI_ShowCursor:
    
    vc_dispmanx_rect_set( &dst_rect, 0, 0, curdata->w, curdata->h);
    should be
    vc_dispmanx_rect_set( &dst_rect, mouse->x, mouse->y, curdata->w, curdata->h);
    
    For me, it solves the problem.
    

  • 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