Module teraflop.input.map
Map user inputs to named actions.
Enums
| Name | Description |
Axis
|
Axis of motion for analog inputs, i.e. mouse motion, mouse wheel movement, and joypad sticks.
|
Global variables
| Name | Type | Description |
accumulation
|
float delegate(float, float)
|
Increases the strength by continuious accumulation, i.e. linearly.
|
double_
|
float delegate(float, float)
|
Doubles the current strength value.
|
Aliases
| Name | Type | Description |
StrengthCurve
|
float delegate(float, float)
|
A formula to influence the strength of a held input given the current strength, x, and the
last strength value.
|