SDL_HINT_MAC_CTRL_CLICK_EMULATE_RIGHT_CLICK
A hint that specifies whether ctrl+click should generate a right-click event on Mac.
Values
0 |
disable emulating right click |
1 |
enable emulating right click |
Default
By default holding ctrl while left clicking will not generate a right click event when on Mac.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Version
This hint is available since SDL 2.0.2.