osu/osu.Game/Input
Susko3 c3069ad002 Change to use ReadableKeyCombinationProvider
Changes all usages of `KeyCombination.ReadableString()` to
`ReadableKeyCombinationProvider.GetReadableString()`.

Subscribing to `KeymapChanged` is only required in `KeyButton`.
All other places query `GetReadableString()` every time.
2021-11-08 06:55:26 +01:00
..
Bindings Change scroll speed adjust defaults to F3/F4 2021-10-29 11:13:07 +09:00
Handlers Avoid unnecessary array/LINQ operations when replay frames have no action changes 2021-08-26 13:03:50 +09:00
ConfineMouseTracker.cs Add LocalUserPlayInfo interface to convey common information about player status 2021-08-17 16:15:47 +09:00
GameIdleTracker.cs
IdleTracker.cs Update with keybinding changes 2021-09-16 18:26:12 +09:00
OsuConfineMouseMode.cs Always confine mouse to screen when running fullscreen 2020-12-04 20:49:18 +09:00
OsuUserInputManager.cs Move OsuUserInputManager out from nested class 2021-05-28 02:46:03 +09:00
RealmKeyBindingStore.cs Change to use ReadableKeyCombinationProvider 2021-11-08 06:55:26 +01:00