AE SDK provides events for mouse click and mouse drag over effect plugin custom UIs, however there does not seem to be events for mouse release events.
Are we supposed to keep ourselves an internal track of the mouse status? In that case, do we need to use OS-specific functions? Or is there a more clever way to do it?