Romain Vimont

Results 2060 comments of Romain Vimont

Technically, it's possible: [`GameController`](https://wiki.libsdl.org/CategoryGameController). It would probably add some complexity to make the mappings customizable, though.

> I want to check the state of a specific background task The problem is that it is inhenrently racy. Suppose that such a method is available, let's call it...

In theory, it releases some unnecessary constraints. In practice, the lifetime parameters are exposed to the type, so every usage of the type needs to pass all of them (at...

Check `adb logcat` when it crashes.

You must remove `-g` from the `adb install` command, see #39.

Take the master branch (or apply this change on the script: https://github.com/rom1v/sndcpy/commit/39bd8c74485cf6dd4f34d58b94ea4f1e8fbccacf).

> Does anyone know if this prompt is part of the Android 10 OS or is this part of sndcpy? Android.

The whole point of this code is to request the permission to the system (which requests to the user to accept by opening a dialog). So it's not possible to...

(By `UIAutomator`, I was referring to https://developer.android.com/training/testing/ui-automator)