I have a function I run inside the touchUp method but when I click with the mouse during emulation, it triggers my function multiple times. I don’t think its an error with the called method itself because if I put the call in KeyUp then it triggers once as expected.
If it matters I am working in android studio.