mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Fix tooltip not working due to not handling input
This commit is contained in:
@ -58,6 +58,8 @@ namespace osu.Game.Graphics
|
||||
Scheduler.AddDelayed(updateTimeWithReschedule, timeUntilNextUpdate);
|
||||
}
|
||||
|
||||
public override bool HandleMouseInput => true;
|
||||
|
||||
private void updateTime() => Text = date.Humanize();
|
||||
public string TooltipText => date.ToString();
|
||||
}
|
||||
|
Reference in New Issue
Block a user