Questions tagged as 'mouse'

4
answers

How to know which mouse button was pressed

I want to know when a mouse button is pressed on the button , which was the pressed, if the left, right, or middle. The problem is that for the right click I get the typical menu. Nor does it detect if I press the middle one. How to detect...
asked by 20.07.2017 / 20:12
1
answer

Is there an event for sustained click on Javascript?

Do you know of an event in javascript that detects when you click and keeps clicking ?, You will see, I want to perform an action infinitely many times while you are clicking "maintained-sustained" to an HTML element, or have some idea How do yo...
asked by 17.06.2018 / 02:26
1
answer

OpenGL help glutMouseFun () function

I would like someone to help me or give me an explanation regarding a problem presented with the glutMouseFunc () function, I have created a class called Button class Button{ private: char *texto; int iniX; int iniY; int tam...
asked by 01.12.2018 / 23:07
0
answers

How to find the mouse coordinates in Python?

I need to know if there is any way to get the coordinates (x, y) of the mouse when I click on a window created with the turtle library. (Only using the libraries installed by default in Python) Thanks.     
asked by 18.11.2018 / 13:14