1
0
mirror of synced 2025-01-19 01:24:08 +01:00

(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:
0aubsq 2021-11-30 12:38:27 +01:00
parent 27ab3d0b77
commit 1f2cb06625

View File

@ -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左に移動();