Page MenuHomeFeedback Tracker

OnMouseButtonDblClick - secondary mouse button doesn't activate event
New, WishlistPublic

Description

when 'OnMouseButtonDblClick' event is defined for a control, the secondary mouse button doesn't activate the event.

The primary mouse button activates it and the 'OnMouseButtonDown' event triggers when either mouse buttons are pressed.

The control I'm using is a listbox. When I give it the 'OnMouseButtonDblClick' event, it doesn't recognize the secondary mouse button being double-clicked.

The 'OnMouseButtonDblClick' event outputs an integer pertaining to which mouse button was pressed as the second argument(_this select 1).

Details

Legacy ID
716797193
Severity
None
Resolution
Open
Reproducibility
Always
Category
Controls
Steps To Reproduce

create a listbox control with the 'OnMouseButtonDblClick' event

    OnMouseButtonDblClick = "hint str(_this);"

double-clicking with the primary mouse button will activate the event, but secondary mouse button doesn't

Event Timeline

Pancake edited Steps To Reproduce. (Show Details)May 24 2014, 6:41 AM
Pancake edited Additional Information. (Show Details)
Pancake set Category to Controls.
Pancake set Reproducibility to Always.
Pancake set Severity to None.
Pancake set Resolution to Open.
Pancake set Legacy ID to 716797193.May 7 2016, 6:39 PM
Bohemia added a subscriber: AD2001.May 24 2014, 6:41 AM