rogerdv
Is there some way to make UI elements “consume” the click events? I found that when I click in an element, the app receives and uses the click, moving the character to the clicked coords. The desired behaviour is to process the click in the ui event handler and ignore it.