mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 14:42:56 +08:00
Remove pointless xmldoc
This commit is contained in:
parent
34120b6131
commit
45b34f5306
@ -15,17 +15,14 @@ namespace osu.Game.Rulesets.Osu.UI
|
|||||||
{
|
{
|
||||||
public partial class OsuTouchInputMapper : Drawable
|
public partial class OsuTouchInputMapper : Drawable
|
||||||
{
|
{
|
||||||
/// <summary>
|
|
||||||
/// This is our parent <see cref="osuInputManager"/>.
|
|
||||||
/// </summary>
|
|
||||||
private readonly OsuInputManager osuInputManager;
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// All the active <see cref="TouchSource"/>s and the <see cref="OsuAction"/> that it triggered (if any).
|
/// All the active <see cref="TouchSource"/>s and the <see cref="OsuAction"/> that it triggered (if any).
|
||||||
/// Ordered from oldest to newest touch chronologically.
|
/// Ordered from oldest to newest touch chronologically.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private readonly List<TrackedTouch> trackedTouches = new List<TrackedTouch>();
|
private readonly List<TrackedTouch> trackedTouches = new List<TrackedTouch>();
|
||||||
|
|
||||||
|
private readonly OsuInputManager osuInputManager;
|
||||||
|
|
||||||
private Bindable<bool> mouseDisabled = null!;
|
private Bindable<bool> mouseDisabled = null!;
|
||||||
|
|
||||||
public OsuTouchInputMapper(OsuInputManager inputManager)
|
public OsuTouchInputMapper(OsuInputManager inputManager)
|
||||||
|
Loading…
Reference in New Issue
Block a user