Replies: 2 comments 8 replies
-
Sure, let me think :-) #1835 |
Beta Was this translation helpful? Give feedback.
5 replies
-
Related to this is the opposite:
since if screen one is x,y := ebitten.GetWindowPosition()
fmt.Println(x,y)
# prints 1324, 240 but instead it prints x,y := ebitten.GetWindowPosition()
fmt.Println(x,y)
# prints 300, 240 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello~
I was wondering if it would be possible to add a function to set the monitor a window appears on? That would be helpful for me personally, as I have two monitors and running an Ebiten app always places it directly on my IDE.
Beta Was this translation helpful? Give feedback.
All reactions