SeeSoOrientation enum
An enumeration representing different types of gaze events orientation that can be tracked.
events that can be tracked, especially on the iOS platform. It is primarily used for the purpose of forcibly changing the direction of gaze coordinates.
Use this enum to define and differentiate between various user orientation events when working with SeeSo's gaze tracking functionality, particularly on iOS.
- PORTRAIT : The device is in portrait mode, with the device upright and the Home button on the bottom.
- PORTRAIT_UPSIDE_DOWN : The device is in portrait mode but is upside down, with the device upright and the Home button at the top.
- LANDSCAPE_LEFT : The device is in landscape mode, with the device upright and the Home button on the left.
- LANDSCAPE_RIGHT : The device is in landscape mode, with the device upright and the Home button on the right.
Values
- PORTRAIT → const SeeSoOrientation
-
The device is in portrait mode, with the device upright and the Home button on the bottom.
- PORTRAIT_UPSIDE_DOWN → const SeeSoOrientation
-
The device is in portrait mode but is upside down, with the device upright and the Home button at the top.
- LANDSCAPE_LEFT → const SeeSoOrientation
-
The device is in landscape mode, with the device upright and the Home button on the left.
- LANDSCAPE_RIGHT → const SeeSoOrientation
-
The device is in landscape mode, with the device upright and the Home button on the right.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SeeSoOrientation> - A constant List of the values in this enum, in order of their declaration.