primaryAndSecondarySwapped property

bool primaryAndSecondarySwapped

If the user has inverted their mouse buttons.

Windows will automatically normalize inputs, but it still might be interesting what button actually was pressed / be able to prompt the user to press the correct button.

Set through BetrayalPlugin._updateSystemMetrics.

Implementation

static bool get primaryAndSecondarySwapped => _primaryAndSecondarySwapped;