SFML community forums

Bindings - other languages => DotNet => Topic started by: Joshua Booker on February 06, 2015, 07:07:53 pm

Title: C# mouse moved
Post by: Joshua Booker on February 06, 2015, 07:07:53 pm
I want to write code to move a pointer sprite when mouse is moved. I am using sfml.net 2.1, windows 10 preview, and vs 2013 to make my engine and want a custom cursor.
Title: AW: C# mouse moved
Post by: eXpl0it3r on February 06, 2015, 08:08:52 pm
And what's your problem exactly?
Please read the forum rules: http://en.sfml-dev.org/forums/index.php?topic=5559.0
Title: Re: C# mouse moved
Post by: StormWingDelta on February 07, 2015, 01:31:32 am
I'd just sync the movement of the sprite being used as a mouse to the mouse itself.  That said we need more info than what you've given to do anything like eXpl0it3r said.