1
0
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:
Dean Herbert 2019-10-22 15:04:10 +09:00
parent f7924d3bad
commit 5d0d83b6bf

View File

@ -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;