scrcpy/server
Romain Vimont c6d01331ed Simplify EventController
In handleEvent(), connection.receiveControlEvent() may never return
null: either it returns a valid ControlEvent, either it throws an
Exception.

Therefore, there is no need to propagate a flag to indicate whether it
returned a valid ControlEvent.
2018-02-07 17:48:21 +01:00
..
src Simplify EventController 2018-02-07 17:48:21 +01:00
.gitignore Convert server to an Android project 2018-01-30 12:01:36 +01:00
build.gradle Remove instrumented test dependencies 2018-02-07 16:47:31 +01:00
proguard-rules.pro Convert server to an Android project 2018-01-30 12:01:36 +01:00