How do you detect mouse button up?

I looked through the forum already and I found a post where someone answered but the solution was 404, eheh.

function on_input(self, action_id, action)
   if action_id == hash("click") and action.released then
      -- Released action named "click"
   end
end
2 Likes

Thanks. :smile:

Can you share the broken link please?