✅ im trying to make a game in windows forms
im trying to make a game in windows forms, as of right now all I need to know is two things:
thanks in advance! :blobthumbsup:
- how to have a constant frame rate
(I dont it to wait a set amount of time each frame without taking into account how long each frame takes to load bc that'll make it laggy, what im doing is a sort of remake/improvement of a game I made in another programming language where it didn't take that into account and it lagged to hell, also bc my code was VERY unoptimized but still) - how to receive button input from the player (like check if they pressed left or whatever)
thanks in advance! :blobthumbsup: