mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 17:12:54 +08:00
Show touch input settings on iOS
This does not cover android since `TouchHandler` is SDL-based.
This commit is contained in:
parent
0c4c9aa4b5
commit
1b08f317fb
@ -575,14 +575,14 @@ namespace osu.Game
|
|||||||
|
|
||||||
case JoystickHandler jh:
|
case JoystickHandler jh:
|
||||||
return new JoystickSettings(jh);
|
return new JoystickSettings(jh);
|
||||||
|
|
||||||
case TouchHandler th:
|
|
||||||
return new TouchSettings(th);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (handler)
|
switch (handler)
|
||||||
{
|
{
|
||||||
|
case TouchHandler th:
|
||||||
|
return new TouchSettings(th);
|
||||||
|
|
||||||
case MidiHandler:
|
case MidiHandler:
|
||||||
return new InputSection.HandlerSection(handler);
|
return new InputSection.HandlerSection(handler);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user