The description for (Shift key pressed) says it should work on a Mouse Clicked event but doing so causes a trigger error. It seems you can only check for keyboard modifiers on a Key Press event right now.
You can just do it yourself by setting a boolean to true when the shift key is pressed and then checking to see if that is true when a mouse button is pressed...
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
The description for (Shift key pressed) says it should work on a Mouse Clicked event but doing so causes a trigger error. It seems you can only check for keyboard modifiers on a Key Press event right now.
I have the same problem, has anyone found out anything about this?
You can just do it yourself by setting a boolean to true when the shift key is pressed and then checking to see if that is true when a mouse button is pressed...