SFML community forums
Bindings - other languages => DotNet => Topic started by: Hunter259 on April 08, 2016, 01:27:32 am
-
I followed the guide now twice but every time i try to use the Mouse.GetPosition() it throws CSFML-Window-2 exception even though i have it linked correctly.
-
Does the title have anything to do with text?
What's exactly the exception you get?
-
Of course it does. Thats the exception and the reasoning is CSFML-Window-2. I have fixed the exception by giving it its own configuration file but now it simply does not work.
-
Since it's missing the Xamarin DLL (which is what I conclude from the title), have you provided the DLL?
But I'm still not really sure what role Xamarin plays here.
-
Might help if I say im running Mac Xamarin. When I print what position its getting for the mouse it prints garbage (Stuff way off the screen). Even when using win forms for mouse positioning the GetGlobalBounds().Contains still doesn't work.