Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0397b49 authored by Arthur Hung's avatar Arthur Hung
Browse files

Change "event" to "motionevent" in input command usage

Test: adb shell input motionevent
Bug: 146916200
Change-Id: Iba0f23a5c9ac83e74f39c1142fcf7cb47ecae4a6
parent 723628b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -430,6 +430,6 @@ public class Input extends BaseCommand {
                + " (Default: touchscreen)");
        out.println("      press (Default: trackball)");
        out.println("      roll <dx> <dy> (Default: trackball)");
        out.println("      event <DOWN|UP|MOVE> <x> <y> (Default: touchscreen)");
        out.println("      motionevent <DOWN|UP|MOVE> <x> <y> (Default: touchscreen)");
    }
}