Input - Wieku/danser-go GitHub Wiki

Options

Option Type Range Description
LeftKey Symbol N/A Determines left key for play mode
RightKey Symbol N/A Determines right key for play mode
RestartKey Symbol N/A Determines a key for quick restarting danser in play mode
SmokeKey Symbol N/A Determines a key for cursor smoke in play mode
MouseButtonsDisabled Bool true/false Enables/Disables mouse buttons
MouseHighPrecision Bool true/false Enables/Disables mouse raw input. Should be disabled if absolute pointing device (graphics tablet/touchscreen) is used
MouseSensitivity Decimal >0 Sets mouse sensitivity if MouseHighPrecision is set to true

Default values:

"Input": {
	"LeftKey": "Z",
	"RightKey": "X",
	"RestartKey": "`",
	"SmokeKey": "C",
	"MouseButtonsDisabled": true,
	"MouseHighPrecision": false,
	"MouseSensitivity": 1
}