HPL3/Amnesia: Rebirth/Scripting/iEyeTracker
< HPL3 | Amnesia: Rebirth | Scripting
Jump to navigation
Jump to search
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
Fields
iEyeTracker has no public fields.
Functions
Return Type | Function And Description |
---|---|
cVector2f | GetDisplaySize() |
cVector2f | GetFixationPosition() |
cVector2f | GetGazePosition() |
cVector3f | GetLeftEyePosition() |
cVector3f | GetRightEyePosition() |
cVector2f | GetScreenBounds() |
bool | HasBlinked() |
bool | IsFixating() |
bool | IsTracking() |
bool | IsTrackingGaze() |
bool | IsUserPresent() |
Details
GetDisplaySize
cVector2f GetDisplaySize()
Returns:
- cVector2f—
GetFixationPosition
cVector2f GetFixationPosition()
Returns:
- cVector2f—
GetGazePosition
cVector2f GetGazePosition()
Returns:
- cVector2f—
GetLeftEyePosition
cVector3f GetLeftEyePosition()
Returns:
- cVector3f—
GetRightEyePosition
cVector3f GetRightEyePosition()
Returns:
- cVector3f—
GetScreenBounds
cVector2f GetScreenBounds()
Returns:
- cVector2f—
HasBlinked
bool HasBlinked()
Returns:
- bool—
IsFixating
bool IsFixating()
Returns:
- bool—
IsTracking
bool IsTracking()
Returns:
- bool—
IsTrackingGaze
bool IsTrackingGaze()
Returns:
- bool—
IsUserPresent
bool IsUserPresent()
Returns:
- bool—