This site requires JavaScript, please enable it in your browser!
Greenfoot back
RadiantCheddar
RadiantCheddar wrote ...

2015/10/20

How do I test if left mouse key is down

RadiantCheddar RadiantCheddar

2015/10/20

#
I am trying to make a paining scenario, how do I check if the left mouse key is down
danpost danpost

2015/10/20

#
Get a MouseInfo object and call 'getButton' on it. See the Greenfoot class API documentation followed by the MouseInfo class API documentation.
You need to login to post a reply.