View source
enum abstract FocusDirection(Null<Int>)
package openfl.display
Available on AIR, Android, HashLink, Linux, Neko, Windows, iOS, macOS
The FocusDirection class enumerates values to be used for the direction
parameter of the assignFocus()
method of a Stage object and for the
direction
property of a FocusEvent object.
Variables
inlineread onlyBOTTOM:FocusDirection = 0
Indicates that focus should be given to the object at the end of the reading order.
inlineread onlyNONE:FocusDirection = 1
Indicates that focus object within the interactive object should not change.
inlineread onlyTOP:FocusDirection = 2
Indicates that focus should be given to the object at the beginning of the reading order.