Skip to content

ButtonState

Levi edited this page May 22, 2024 · 4 revisions

This is used inside the ReplayFrame, to tell what keys are being pressed.

Name Value
None 0
Left1 1
Right1 2
Left2 4
Right2 8
Smoke 16

Note

The button state is bit masked, so that they can be combined into one integer.

Clone this wiki locally