GetInputHandle /Application and system

ETHInput@ GetInputHandle()

Returns a pointer to a valid ETHInput instance.

ETHInput@ input = GetInputHandle();
if (input.GetKeyState(K_UP) == KS_HIT)
{
    print("the UP key has been hit!");
}