public static class Input
Public NotInheritable Class Input
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Input = class end
BUTTON_1_PRESSED | Button 1 was pressed. |
BUTTON_1_RELEASED | Button 1 was released after a short press. |
BUTTON_1_SUSTAIN_RELEASED | Button 1 was released after a long press. |
BUTTON_1_SUSTAINED | Button 1 is held down. |
BUTTON_2_PRESSED | Button 2 was pressed. |
BUTTON_2_RELEASED | Button 2 was released after a short press. |
BUTTON_2_SUSTAIN_RELEASED | Button 2 was released after a long press. |
BUTTON_2_SUSTAINED | Button 2 is held down. |
BUTTON_3_PRESSED | Button 3 was pressed. |
BUTTON_3_RELEASED | Button 3 was released after a short press. |
BUTTON_3_SUSTAIN_RELEASED | Button 3 was released after a long press. |
BUTTON_3_SUSTAINED | Button 3 is held down. |
IN0_TRIGGERED | Digital signal was detected on IN0. |
IN1_TRIGGERED | Digital signal was detected on IN1. |
IN2_TRIGGERED | Digital signal was detected on IN2. |
IN3_TRIGGERED | Digital signal was detected on IN3. |
IN4_TRIGGERED | Digital signal was detected on IN4. |
None | No digital input signal was detected. |