JakeWharton / adb-event-mirror

Mirror the touch/key/button events of one device onto one or more other devices in real-time
Apache License 2.0
890 stars 43 forks source link

Sort input device number numerically #17

Closed JakeWharton closed 4 years ago

JakeWharton commented 4 years ago

Previously we were comparing lexicographically which sorts '10' above '2'.

Closes #13