Skip to content

UEyelinkInterface::SendKey

Class: UEyelinkInterface

Sends an arbitrary keycode to the Eyelink host as a key-press event.

Syntax

int UEyelinkInterface::SendKey(int keycode)

Parameters

Parameter Type Description
keycode int The integer keycode to send.

Return Value

The Eyelink library return value; 0 if not connected.

Blueprint

Blueprint: Callable from Blueprints

Remarks

keycode The integer keycode to send. The Eyelink library return value; 0 if not connected. UFUNCTION