Page MenuHomeFeedback Tracker

Pass [SHIFT,CTRL,ALT] states to 'onTree'-Eventhandler familty
New, NormalPublic

Description

CT-TREE controls can handle multiple selections when the 'multiselectEnabled' parameter is set to 1.

It would be useful to be able to track the actions of the player when selecting multiple entries of a CT_Tree by being able to monitor the states of [SHIFT,CTRL,ALT] via eventhandlers such as 'onTreeSelChanged' or 'onTreeLButtonDown'.

Details

Severity
None
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Feature Request
Steps To Reproduce

/

Additional Information

/

Event Timeline

dedmen added a subscriber: dedmen.Mar 27 2020, 3:20 PM

Would prefer a "isKeyPressed" script command that you can just pass a dik code to. Then you can check every key you want in every script and every eventhandler.
Way better than adding arguments to a couple eventhandlers