• Show log

    Commit

  • Hash : 5db002bb
    Author : Sam Lantinga
    Date : 2015-06-16T23:58:09

    Fixed bug 2949 - [Android] Virtual DPAD remote not registered
    
    Sylvain
    
    I have an android device to which I try to connect the google virtual remote application.
    https://play.google.com/store/apps/details?id=com.google.android.tv.remote
    
    The java method "pollInputDevices()" detects it as an input source 0x701 which is (SOURCE_KEYBOARD | SOURCE_GAMEPAD | SOURCE_DPAD).
    
    It it not added because it does not AND-bitwise with "SOURCE_CLASS_JOYSTICK".
    It's only a virtual DPAD and it works when checking also with SOURCE_CLASS_BUTTON
    

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