1
DotNet / Re: SFML within windows forms
« on: May 12, 2021, 08:32:32 pm »// all the pre drawing code ignored
renderwindow.Draw(rec); // ---> but is not shown !!!
// **** you are missing ****
renderwindow.Display();
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.