Page MenuHomeFeedback Tracker

Inventory dialog could not detect mouse buttons beyond left and right.
New, WishlistPublic

Description

RscDisplayInventory could not detect the mouse third/forth/fifth (and so on...) button. It can only detect the left (0) and right (1) button.

Since we cannot override the right_button-to-drop_item issue in RscDisplayInventory, then we need other buttons to mess with.

"LBDblClick" is working fine, but it is unnatural for bringing up the sub menu contexts (DayZ-liked).

Details

Legacy ID
1738508933
Severity
None
Resolution
Open
Reproducibility
Always
Category
Ingame UI
Steps To Reproduce

(findDisplay 602) displayAddEventHandler ["MouseButtonDown", "hint format['%1',_this]"];

Additional Information

"MouseButtonClick" event is not working for RscDisplayInventory.

Event Timeline

Bohemia edited Steps To Reproduce. (Show Details)Aug 18 2013, 4:26 AM
Bohemia edited Additional Information. (Show Details)
Bohemia set Category to Ingame UI.
Bohemia set Reproducibility to Always.
Bohemia set Severity to None.
Bohemia set Resolution to Open.
Bohemia set Legacy ID to 1738508933.May 7 2016, 4:06 PM

Confirmed.
The problem concerns not only RscDisplayInventory but any dialog.

This is directly related to this ticket : http://feedback.arma3.com/view.php?id=12644