Basilisk II and SheepShaver Macintosh emulators
Go to file
asvitkine d885e5ccf4 [patch from Kelvin Delbarre] SDL's Quartz video implementation maps command
clicks to right-clicks and option-clicks to middle-clicks, a feature intended
for Mac users with single-button mice who are running SDL-based games that
require a multi-button mouse. This is unhelpful in SheepShaver, where we want
command-clicks and option-clicks to be passed through unchanged to the emulated
Mac OS. We can disable the unwanted behavior by setting an environment variable
SDL_HAS3BUTTONMOUSE intended for this very purpose.

A similar change in main_windows.cpp is NOT required, because only the Quartz
video implementation is involved.

By SDL convention, putenv is used in preference to setenv, although for Unix
platforms it doesn't matter.
2008-06-22 20:30:12 +00:00
BasiliskII [patch from Kelvin Delbarre] Typo fix. 2008-06-20 00:47:25 +00:00
CVSROOT initial checkin 1999-10-03 14:16:16 +00:00
SheepShaver [patch from Kelvin Delbarre] SDL's Quartz video implementation maps command 2008-06-22 20:30:12 +00:00