nik312123 / Undyne

0 stars 0 forks source link

Some buttons require multiple clicks to work #88

Closed nik312123 closed 6 years ago

nik312123 commented 6 years ago

Issue was with how mouseClicked works. You have to press and release at the exact same pixel. Solved by using mousePressed and mouseReleased with a pixel tolerance and time check