Delta Engine
»
Support
»
Input
»
Change Mouse Cursor Appearance
Joined: 8/24/2011(UTC) Posts: 68
Thanks: 4 times
|
Title says it. Is there a way to change the mouse cursor appearance to a custom graphic in Delta Engine? Thanks in advance.
|
|
|
|
Joined: 8/24/2011(UTC) Posts: 68
Thanks: 4 times
|
Nevermind. Built my own Cursor class and just hid windows own cursor. :)
|
|
|
|
Medals:  Joined: 8/20/2011(UTC) Posts: 1,421 Location: Hannover
Thanks: 18 times Was thanked: 97 time(s) in 92 post(s)
|
Good. Btw: Did you know you can hide the Windows Cursor easily with Code:
Application.Window.HideCursor();
|
|
|
|
Joined: 8/24/2011(UTC) Posts: 68
Thanks: 4 times
|
Ok, good to know. Thank you :) I'm using So I had to include the System.Windows.Forms assembly.
|
|
|
|
Medals:  Joined: 8/20/2011(UTC) Posts: 1,421 Location: Hannover
Thanks: 18 times Was thanked: 97 time(s) in 92 post(s)
|
That is fine, but when you want to port your game on platforms where there is no System.Windows.Forms available (like iOS/Android/WP7, etc.) you need to change that or just use the engine functionality ^^
|
|
|
|
Delta Engine
»
Support
»
Input
»
Change Mouse Cursor Appearance
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.