10 questions
0
votes
0
answers
84
views
How do I create a custom MouseButtonEventArgs in WPF?
I need to pass additional data in a WPF mouse event, so I'm trying to create my own event args inheriting MouseButtonEventArgs. What's the correct way to subclass it? I can't get it working how I want ...
0
votes
1
answer
65
views
UWP: How to programmatically retrieve the behavior of Mouse X Buttons
I am developing a UWP App.
We link different behaviors for the different mouse buttons (left, right, middle) and I would like to link also some handlers for the extended buttons (e.g. when we detect a ...
0
votes
0
answers
194
views
How to disinguish mouse buttons in lambda expression
The following code is responsible for creating a 5 by 5 grid of buttons. Thanks to people help, i could insert lambda expretion that will pass an information 'which button from the grid is pressed' to ...
1
vote
1
answer
153
views
Reading Special MouseButtons
I am interested in capturing input from the explorer mouse buttons (the special buttons on the side of mice normally used to go forward and back on web browsers).
import javafx.application....
0
votes
1
answer
832
views
In GLFW which button defines the X1 and X2 buttons?
In GLFW. which constant defines the X buttons on the mouse.
The ones on the side of generally gaming mice.
I know that SFML has sf::Mouse::XButton1 and sf::Mouse::XButton2 but which one out of the ...