UEyelinkInterface::SendKey¶
Class: UEyelinkInterface
Sends an arbitrary keycode to the Eyelink host as a key-press event.
Syntax¶
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