tryGetUser

open fun tryGetUser(@NonNull gamepad: Gamepad): GamepadUser

Attempts to get the user of this controller.

If a user cannot be found directly and this gamepad is a Controller instance, the designatedUser will be returned. Otherwise, if no user can be found, null is returned.

Return

the user of the controller, if available by user getter and designated user means, else null

Parameters

gamepad

the gamepad to get from