Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Hunter259

Pages: [1]
1
DotNet / Re: Xamarin DLL Not found.
« on: April 09, 2016, 08:57:47 pm »
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.

2
DotNet / Re: Xamarin DLL Not found.
« on: April 08, 2016, 05:17:30 pm »
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.

3
DotNet / Xamarin DLL Not found.
« 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.

4
Window / Re: Start Screen
« on: January 12, 2016, 11:06:08 pm »
How would I go about doing this? I'm new to graphics development.

5
Window / Start Screen
« on: January 12, 2016, 10:19:59 pm »
I have been trying for a few hours to understand how to pause the rendering for user input on a start screen. I have tried using window.waitEvent but it did not work either. How would one go about creating a start screen?

Pages: [1]
anything