Example Configuration
- Call the setprop method to create a mouse device, and view the result using the getevent method.
# setprop persist.sys.input.mouse.name device_mouse # getevent

- Call the setprop method to create the first handle device, and view the result using the getevent method.
# setprop persist.sys.input.gamepad1.name device_gamepad1 # getevent

- Call the setprop method to create the second handle device, and view the result using the getevent method.
# setprop persist.sys.input.gamepad2.name device_gamepad2 # getevent

Parent topic: Configuring Properties of Multiple VInput Devices