How to judge whether shift is pressed when the mouse clicks?

How to judge whether shift is pressed when the mouse clicks?

Register a key listener, listen on Shift press+release and save it somewhere in a boolean.
Then use that boolean in your mouse listener.

1 Like

Or use Lemur’s InputMapper and register a mapping with mouse button and shift.

1 Like