Qemu & Rhapsody...

NeXT Computer, Inc. -> Emulation / Virtualization

Title: Qemu & Rhapsody...
Post by: neozeed on May 30, 2008, 09:56:19 AM
I don't have OpenSTEP so I don't know if it swaps the mouse buttons like Rhapsody does... It's quite annoying but really easy to fix.

From VL.H

/***RHAPSODY DOES THIS BACKWARDS
#define MOUSE_EVENT_LBUTTON 0x01
#define MOUSE_EVENT_RBUTTON 0x02
#define MOUSE_EVENT_MBUTTON 0x04
****/
#define MOUSE_EVENT_LBUTTON 0x04
#define MOUSE_EVENT_RBUTTON 0x01
#define MOUSE_EVENT_MBUTTON 0x02


I almost suspect it's some left handed thing, but oh well, a quick change in Qemu fixes it...

Go to top  Forum index