enum MAGES::DriverEvent::SourceDevice

Overview

The source of the event. More…

enum SourceDevice
{
    HeadMountedDisplay,
    LeftController,
    RightController,
    Unknown,
};

Detailed Documentation

The source of the event.

Enum Values

HeadMountedDisplay

The head (HMD).

LeftController

The left hand or controller.

RightController

The right hand or controller.

Unknown

Unknown input device.