GameLaunchEventOptions
Electron APIs / overlay / GameLaunchEventOptions
Configuration options for controlling the type of overlay we inject.
Example
const options: GameLaunchEventOptions = {
forceOOPO: true,
forceOOPOMixedMode: true,
};
See
Since
1.8.0