getinputdeviceids

  1. dongsool

    Android Question "getInputDeviceIds" return value is not INT ???

    I used this before https://www.b4x.com/android/forum/threads/check-if-external-keyboard-is-connected.88359/#post-559509 But when I try to use it again The return value is strange... Dim inputs() As Int = inptmgr.RunMethod("getInputDeviceIds", Null)
Top