✅ [SOLVED] Grid Issues
I’m making a grid system, however when I click on a certain grid space, it only works in full screen because MousePosition.X and Y do not read from the application, but from the user’s screen. How do I fix this?
5 Replies
Clicking here results in a debug output of X = 3 (column) and Y = 2 (Row)
But in full screen it gives me X = 0 and Y = 0 in the same spot
So I need it to consistently reference the window and not the user’s screen
Update: I’ve made progress. All I need is to know where the form is located on the user’s screen. How would you guys suggest I do that?
NEVERMIND I DID IT. LETS GOOOOOOO
This.Top and This.Left was the answer
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
Use the /close command to mark a forum thread as answered