Skip to main content

GameLaunchEventOptions

Electron APIs / overlay / GameLaunchEventOptions

Configuration options for controlling the type of overlay we inject.

Example​

const options: GameLaunchEventOptions = {
forceOOPO: true,
forceOOPOMixedMode: true,
};

See​

GameLaunchEvent.

Since​

1.8.0

Properties​

PropertyTypeDescription
forceOOPO?booleanForce OOPO mode (when OOPO is false in game list). Default false
forceOOPOMixedMode?booleanForce OOPO mixed-mode mouse control. Used for debugging or enabling hybrid input behavior in games that don't support it. Default false