ni.com is currently experiencing issues.

Support teams are actively working on the resolution.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

mouse click event

hi guys, 

 

I have a problem with my LabView project. The mouse pointer should be controlled through the EOG. This way a disabled person can be able to operate a computer without needing help. At the moment we are able to control the pointer up and down, right and left but we also need to click on an item. Now we need a VI or something like that to choose an item using voltage supply.  

 

best regards Austrin 

 

0 Kudos
Message 1 of 4
(2,667 Views)

Can you describe more about the vi you require?

Gaurav k
CLD Certified !!!!!
Do not forget to Mark solution and to give Kudo if problem is solved.
0 Kudos
Message 2 of 4
(2,656 Views)

In Windows, you can simulate a click using the Mouse_Event API function and there are numerous example online (such as http://digital.ni.com/public.nsf/allkb/0CC5602FE23E86DA86257350004E1B6A). You can find more examples by searching for things such as "simulate mouse".


___________________
Try to take over the world!
0 Kudos
Message 3 of 4
(2,646 Views)

There's a useful document available.


How Can I Programmatically Simulate A Mouse Click?

http://digital.ni.com/public.nsf/allkb/9BB3211F3469623649257360000E272C?OpenDocument


Regards

Ulrich

0 Kudos
Message 4 of 4
(2,612 Views)