0

I need to check if a user has left click being held anyone know how I would need to accomplish this?

I already tried messing around with System.Windows.Input but I couldn't figure it out

This is a windows forms app but I need it to work outside of the form I prefer a simpler answer

Flydog57
  • 6,851
  • 2
  • 17
  • 18

1 Answers1

0

Alot of useful answers on Stack overflow. Try this >> c# Detect mouse clicks anywhere (Inside and Outside the Form)

This should allow you to detect left clicks in or outside your program. If you want an event for a control in your form, try the .Click event.