Skip to content

AEyelinkGameModeBase::EyelinkSendKey

Class: AEyelinkGameModeBase

Sends a raw keycode to the Eyelink host.

Syntax

void AEyelinkGameModeBase::EyelinkSendKey(int keycode)

Parameters

Parameter Type Description
keycode int The keycode to send to the Eyelink host.

Blueprint

Blueprint: Callable from Blueprints

Remarks

Useful for simulating key presses on the Eyelink host computer. keycode The keycode to send to the Eyelink host. UFUNCTION