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

Commit 0ddb292c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 9e87abdc c0397b49
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)");
    }
}