overwolf.games.inputtracking.onMouseUp
Overwolf APIs / overwolf / overwolf / games / inputTracking / onMouseUp
const onMouseUp: Event<MouseEvent>;
Fired when a mouse key has been released. The event information includes whether the left or white mouse button was clicked(button), x and y coordinates (x, y) and a boolean stating whether the keypress was on a game or on an Overwolf widget (onGame).