Moistie 0 Share Posted April 11, 2020 I've created a Paint class that implements MouseListener and MouseMotionListener so I can move/hide my paint. Then on my script Main I add the listener via: Instance.getInstance().getCanvas().addMouseMotionListener(paint); The listeners work when I enable mouse input but that means I'm interacting with the game too. How do I get the listeners to work while input is disabled? If i implement MouseListener on the script Main it works with input disabled but when the listener is on the Paint class it doesn't. Cheers. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now