Greetings,
My application puts up text buttons that the user can click on. In the handler for the text button, I would like to distinguish between whether the button was clicked with the left mouse button or the right mouse button. I have tried the button handlers (onRButtonDown(), etc.) but they execute separately (and who knows the order!) from the programmer defined text button handler.
Any ideas as to how I can distinguish between whether the text button handler was invoked with a left or right mouse click?
Tx,
Scott
My application puts up text buttons that the user can click on. In the handler for the text button, I would like to distinguish between whether the button was clicked with the left mouse button or the right mouse button. I have tried the button handlers (onRButtonDown(), etc.) but they execute separately (and who knows the order!) from the programmer defined text button handler.
Any ideas as to how I can distinguish between whether the text button handler was invoked with a left or right mouse click?
Tx,
Scott
Comment