Rate This Document
Findability
Accuracy
Completeness
Readability

Example Configuration

  1. 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

  2. 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

  3. 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