-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
- Field to set the default
holdRepeatinitial wait and repeat time for a FlxControl instance
- Should be exported via mappings serialization
- Ability to use any various different values without stomping on each other
example:
if (controls.holdRepeat.custom(10, 0.1).DOWN) tortoise.x ++; // 10s initial wait, 0.1s repeat
if (controls.holdRepeat.custom( 1, 0.5).DOWN) hare.x ++; // 1s initial wait, 0.5s repeatMetadata
Metadata
Assignees
Labels
No labels