Questions tagged [mouseclick-event]

An event that is triggered when a Mouse input device is clicked

A MouseClickEvent is an event that is triggered when a button on a Mouse input device is clicked. The event contains information such as the particular button that was clicked, the length of time that the button was pressed, and how many times the button was clicked (single-click, double-click, etc)

632 questions
-3
votes
1 answer

Program that gets x and y coordinates in a MATLAB GUI when clicked

I need a program that will run without all of the time without pausing to wait for a click. The program should save the x and y coordinates of the click into a variable.
-5
votes
1 answer

Click and drag option (JAVA)

I'm looking for a possibility to to this basically: User clicks, holds, moves to left and releases. EDIT: I mean not by an user, but automated. Any methods which offer this?
Tim V
  • 1
  • 2
1 2 3
42
43