I use the hardware mouse cursor in lwjgl. But I did implement this very quickly. So I don’t rescale the mouse cursor if it do not match the supported min/max size. So probably the cursor size on mac is not 32x32 and it fails. I do print it out though. So you could check it out, if you look at the java console. I’m going to fix this…eventally
Either that or hardware mouse cursor is not supported.
I don’t do anything special with the mouse except using the hardware cursor. Don’t know why it does not use your mouse.
w,a,s and d uses polling, so that should work. I only use buffered input on [space] and [esc].
Btw. I use lwjgl 8.0 that I downloaded a month ago. So there might be some fixes in cvs that I don’t have.