Package | cc.cote.jmulator.emulators |
Class | public class EmulatorTriggerMode |
Inheritance | EmulatorTriggerMode ![]() |
Since : | version 2.0b |
Constant | Defined By | ||
---|---|---|---|
TRIGGER_BOTH : String = both [static]
A string representing both activation (on) and deactivation (off) states of an emulator. | EmulatorTriggerMode | ||
TRIGGER_OFF : String = off [static]
A string representing only the deactivation (off) state of the emulator. | EmulatorTriggerMode | ||
TRIGGER_ON : String = on [static]
A string representing only the activation (on) state of the emulator. | EmulatorTriggerMode |
TRIGGER_BOTH | Constant |
public static const TRIGGER_BOTH:String = both
A string representing both activation (on) and deactivation (off) states of an emulator.
TRIGGER_OFF | Constant |
public static const TRIGGER_OFF:String = off
A string representing only the deactivation (off) state of the emulator.
TRIGGER_ON | Constant |
public static const TRIGGER_ON:String = on
A string representing only the activation (on) state of the emulator.