So half of this question has been addressed before.
When you right-click on a mouse, it acts as the back button.
Previous topics have addressed that by blocking the back button.
I don't want to do that though. I only want to detect when the mouse is clicked and ONLY block right click from acting as the back button.
This is done in Android by checking GetSource() of the (event as KeyEvent) parameter in the keyup/down subs. But we don't have access to that parameter. How would I go about getting it?
When you right-click on a mouse, it acts as the back button.
Previous topics have addressed that by blocking the back button.
I don't want to do that though. I only want to detect when the mouse is clicked and ONLY block right click from acting as the back button.
This is done in Android by checking GetSource() of the (event as KeyEvent) parameter in the keyup/down subs. But we don't have access to that parameter. How would I go about getting it?