mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 21:42:55 +08:00
Add xmldoc for KeyCounterController
This commit is contained in:
parent
084354a8dc
commit
44c08f3944
@ -9,6 +9,10 @@ using osu.Framework.Graphics.Containers;
|
|||||||
|
|
||||||
namespace osu.Game.Screens.Play.HUD
|
namespace osu.Game.Screens.Play.HUD
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Keeps track of key press counts for a current play session, exposing bindable counts which can
|
||||||
|
/// be used for display purposes.
|
||||||
|
/// </summary>
|
||||||
public partial class KeyCounterController : CompositeComponent
|
public partial class KeyCounterController : CompositeComponent
|
||||||
{
|
{
|
||||||
public readonly Bindable<bool> IsCounting = new BindableBool(true);
|
public readonly Bindable<bool> IsCounting = new BindableBool(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user