Gets an event that is fired when a mouse button is released.
# Import fusion360utils folder, which includes event_utils.py.from ...lib import fusion360utils as futil
# Global variable used to maintain a reference to all event handlers.local_handlers = []
# Global variable used to maintain a reference to all event handlers.handlers = []
#include <Core/UserInterface/Command.h>