• Show log

    Commit

  • Hash : 55eb7621
    Author : Cameron Gutman
    Date : 2019-11-20T20:27:45

    Use stat() to minimize input device opens when not using udev
    
    Calling open() on input devices can generate device I/O which blocks
    the main thread and causes dropped frames. Using stat() we can avoid
    opening anything unless /dev/input has changed since we last polled.
    
    We could have used something fancy like inotify, but it didn't seem
    worth the added complexity for this uncommon non-udev case.
    

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