mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Move xml doc to the right class.
This commit is contained in:
@ -10,6 +10,9 @@ using System.Linq;
|
|||||||
|
|
||||||
namespace osu.Game.Graphics.UserInterface
|
namespace osu.Game.Graphics.UserInterface
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// A textbox which holds focus eagerly.
|
||||||
|
/// </summary>
|
||||||
public class FocusedTextBox : OsuTextBox
|
public class FocusedTextBox : OsuTextBox
|
||||||
{
|
{
|
||||||
protected override Color4 BackgroundUnfocused => new Color4(10, 10, 10, 255);
|
protected override Color4 BackgroundUnfocused => new Color4(10, 10, 10, 255);
|
||||||
|
@ -7,9 +7,6 @@ using OpenTK.Input;
|
|||||||
|
|
||||||
namespace osu.Game.Graphics.UserInterface
|
namespace osu.Game.Graphics.UserInterface
|
||||||
{
|
{
|
||||||
/// <summary>
|
|
||||||
/// A textbox which holds focus eagerly.
|
|
||||||
/// </summary>
|
|
||||||
public class SearchTextBox : FocusedTextBox
|
public class SearchTextBox : FocusedTextBox
|
||||||
{
|
{
|
||||||
protected virtual bool AllowCommit => false;
|
protected virtual bool AllowCommit => false;
|
||||||
|
Reference in New Issue
Block a user