Detect right click #956
Unanswered
Exzotic5485
asked this question in
Q&A
Replies: 2 comments 4 replies
-
|
Also needing help with getting the position of the |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hey, anyone have any idea about those 2 questions? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Im using a
QListWidgetand I want to detect if an item is right clicked. Is this possible?At the moment ive got:
listWidget.addEventListener(`itemClicked`, (item) => {})which works fine for left click but I am wondering if its possible for right click?Beta Was this translation helpful? Give feedback.
All reactions