Language version: | ActionScript 3.0 |
The SoftKeyboardTrigger class provides enumerator values for the
triggerType
property
of the SoftKeyboardEvent class. These values indicate what type of action triggered a SoftKeyboard
activation event.
public static const CONTENT_TRIGGERED:String = "contentTriggered"
Language version: | ActionScript 3.0 |
Indicates that ActionScript invoked the event.
public static const USER_TRIGGERED:String = "userTriggered"
Language version: | ActionScript 3.0 |
Indicates that user action invoked the event. Typical user actions that can trigger this event include
explicitly closing the keyboard, or pressing the Back key.
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00