Android: Add rumble for phone

This currently only supports using the internal vibrate on a phone for rumble.
This commit is contained in:
zackhow
2018-09-02 16:55:22 -04:00
parent 3405c7d420
commit 126ff8dc5f
12 changed files with 126 additions and 1 deletions

View File

@ -176,6 +176,8 @@ enum ButtonType
TURNTABLE_CROSSFADE = 622, // To Be Used on Java Side
TURNTABLE_CROSSFADE_LEFT = 623,
TURNTABLE_CROSSFADE_RIGHT = 624,
// Rumble
RUMBLE = 700,
};
enum ButtonState
{