(QOL) Long press on left/right will move continuously through songs in the dan song select menu, making navigation faster and more comfortable
This commit is contained in:
parent
27ab3d0b77
commit
1f2cb06625
@ -147,13 +147,13 @@ namespace TJAPlayer3
|
||||
|
||||
if (!this.段位リスト.bスクロール中 && !b選択した && !bDifficultyIn)
|
||||
{
|
||||
if (TJAPlayer3.Input管理.Keyboard.bキーが押された((int)Key.RightArrow) ||
|
||||
if (TJAPlayer3.Input管理.Keyboard.bキーが押されている((int)Key.RightArrow) ||
|
||||
TJAPlayer3.Pad.b押された(E楽器パート.DRUMS, Eパッド.RBlue))
|
||||
{
|
||||
this.段位リスト.t右に移動();
|
||||
}
|
||||
|
||||
if (TJAPlayer3.Input管理.Keyboard.bキーが押された((int)Key.LeftArrow) ||
|
||||
if (TJAPlayer3.Input管理.Keyboard.bキーが押されている((int)Key.LeftArrow) ||
|
||||
TJAPlayer3.Pad.b押された(E楽器パート.DRUMS, Eパッド.LBlue))
|
||||
{
|
||||
this.段位リスト.t左に移動();
|
||||
|
Loading…
x
Reference in New Issue
Block a user