scrcpy/app/src/android
Romain Vimont 6fa209fa82 Remove AINPUT_SOURCE_ANY value
In the Android input header file, an enum has a value taking more than
31 bits, leading to the following warning:

    ISO C restricts enumerator values to range of ‘int’

Since we don't use it, remove it.
2018-08-12 15:35:29 +02:00
..
input.h Remove AINPUT_SOURCE_ANY value 2018-08-12 15:35:29 +02:00
keycodes.h Implement keyboard/mouse control 2018-01-18 17:25:13 +01:00