Commit 7c62bbb
committed
Exclude new
Field was added upstream in
libsdl-org/SDL@36c5809.
As is the case with the neighbouring `mHapticHandler` and
`mJoystickHandler`, `mDeviceListener` is exposed as protected in
`SDLControllerManager`, but the actual type of it (`SDLDeviceListener`)
is not qualified with an access modifier, which means it defaults to
package-private.
In C# land this would result an inspection but Java is just worse at
this I guess.SDLControllerManager field from Android autogenerated source1 parent 20877d0 commit 7c62bbb
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
0 commit comments