mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:02:55 +08:00
Add basic xmldoc
This commit is contained in:
parent
f7924d3bad
commit
5d0d83b6bf
@ -3,6 +3,9 @@
|
||||
|
||||
namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
/// <summary>
|
||||
/// A <see cref="SearchTextBox"/> which does not handle left/right arrow keys for seeking.
|
||||
/// </summary>
|
||||
public class SeekLimitedSearchTextBox : SearchTextBox
|
||||
{
|
||||
public override bool HandleLeftRightArrows => false;
|
||||
|
Loading…
Reference in New Issue
Block a user