|
⇤ ← Revision 1 as of 2014-02-15 21:56:38
Size: 1404
Comment: Created page using content from SDL_hints.h.
|
← Revision 2 as of 2014-02-25 21:56:44 ⇥
Size: 1347
Comment: Removed DRAFT by request, see docs mailing list.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| ||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| |
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.
