GUI: add note/value input repeat option
This commit is contained in:
parent
2fa4364638
commit
e1d58d97cb
3 changed files with 14 additions and 1 deletions
|
|
@ -1864,6 +1864,7 @@ class FurnaceGUI {
|
|||
int vsync;
|
||||
int frameRateLimit;
|
||||
int displayRenderTime;
|
||||
int inputRepeat;
|
||||
unsigned int maxUndoSteps;
|
||||
float vibrationStrength;
|
||||
int vibrationLength;
|
||||
|
|
@ -2104,6 +2105,7 @@ class FurnaceGUI {
|
|||
vsync(1),
|
||||
frameRateLimit(60),
|
||||
displayRenderTime(0),
|
||||
inputRepeat(0),
|
||||
maxUndoSteps(100),
|
||||
vibrationStrength(0.5f),
|
||||
vibrationLength(20),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue