Hardware Cursors (0.7-pre2)

Started by cfmdobbie, August 23, 2003, 10:18:32

Previous topic - Next topic

cfmdobbie

Quote from: "elias"Could you test if the cursor works correctly in windowed mode? And does the lwjgl example work?

Nope, and nope!  In windowed mode I'm seeing exactly the same cursor as fullscreen - my white arrow, outlined in black and surrounded by a red square.  The example flickers madly in the same way as my own test - I don't know whether any of the example cursor is supposed to be transparent, but none of it appears to be, as far as I can tell.

Also, CURSOR_8_BIT_ALPHA and CURSOR_ANIMATION are not returned from getNativeCursorCaps() - is this expected?
ellomynameis Charlie Dobbie.

elias

Yes, that is expected. Only linux supports real translucency and animation. I haven't found a way to load animated cursors from memory objects (an .ani file is needed(!)). I'm not happy about your cursor problem though. It really should work, especially in windowed mode.

Does AWT custom cursors work?

- elias