I have a button that is interacted with when it’s hovered over next to the border of the screen. When in fullscreen, the mouse exits and enters the button when it gets to the edge of the screen, making the button really annoying to use. How do I make it not do that?
Not sure what you’re asking here. You could change the mouse mode to MOUSE_MODE_CONSTRAINED so the mouse can’t leave the edge of the screen. You could move the button a pixel off the edge of the screen with a MarginContainer. You could change the fullscreen mode you’re using, or you could changed to a borderless windows that’s the same size of the screen.
Your title and text have two different questions. Is it exiting every object? Is it doing that only when you exit over the button, or anywhere on the screen? What are the other objects it’s exiting? How come you don’t want it to exit when the button isn’t being hovered over? Should the button just be bigger?