From: Atani <at...@at...> - 2005-11-19 20:40:44
|
On 11/19/2005, "Sam Steele" <sam...@gm...> wrote: >I'm getting garbage as the x axis value on my Mac here, and the y >axis needs to be flipped. Right now the Y axis is only flipped for genmenu since we also apply scene translate. Perhaps the Y should be flipped in the plathid.mm file instead? I will do some tests. > Also, I can't click on the red circle to >close the window anymore, it just passes my clicks onto Tiki. I will look into this. I probably need to add some sort of checks to the mouse event handler to pass those back on to the app. > >Also, a more general issue: device attach messages on the Mac happen >before tiki_main() can register its callback function, so I can't use >them to locate / count the mice like I did on the Dreamcast. Perhaps we should have some sort of "Device Registry" in the HID? > >Other than these, my mouseified TikiTest works on OSX too, and I'll >commit that in a few minutes. Btw, do we want to hide the mouse >cursor, since the Dreamcast doesn't have one? > Instead of hide it we should probably add a method onto hid to define a mouse "cursor", if defined we can use that instead of the real "cursor" where appropriate (SDL, OSX?). Mike |