mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-07 14:56:32 -05:00
android: Input mapping
This commit is contained in:
@@ -395,6 +395,10 @@ struct PlayerInput {
|
||||
u32 button_color_left;
|
||||
u32 button_color_right;
|
||||
std::string profile_name;
|
||||
|
||||
// This is meant to tell the Android frontend whether to use a device's built-in vibration
|
||||
// motor or a controller's vibrations.
|
||||
bool use_system_vibrator;
|
||||
};
|
||||
|
||||
struct TouchscreenInput {
|
||||
|
Reference in New Issue
Block a user