Page MenuHomeFeedback Tracker

Middle mouse button click is not handled by ctrlEventHandler
New, WishlistPublic

Description

_ctrl ctrlAddEventHandler["MouseButtonDown","hint str _this"];

does not fire on mouse middleclick, only on left and right click

(findDisplay 46) displayAddEventHandler ["MouseButtonDown", "hint str _this"];

fires on mouse middleclick too.

It would be good if controls could be middleclicked too.

Details

Legacy ID
2904729119
Severity
None
Resolution
Open
Reproducibility
Always
Category
Ingame UI

Event Timeline

zapat edited Steps To Reproduce. (Show Details)Dec 30 2013, 1:37 AM
zapat edited Additional Information. (Show Details)
zapat set Category to Ingame UI.
zapat set Reproducibility to Always.
zapat set Severity to None.
zapat set Resolution to Open.
zapat set Legacy ID to 2904729119.May 7 2016, 5:40 PM
Bohemia added a subscriber: AD2001.Dec 30 2013, 1:37 AM

confirmed, same results using onMouseButtonDown. /up