Informations

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

I'm developping a C# application and I'd like to know where can I find
example how to use: WM_LBUTTONDOWN within my application

in the MSDN I found that the WM_LBUTTONDOWN is used when the user tap in the
screen, how can I do that

Thanks
 
What do you want to do - send a WM_LBUTTONDOWN message from your app to
simulate a screen tap, or determine when the screen is tapped in your
application?

If it's simulation you want you can use the mouse_event API - see here for
an example:-
http://www.peterfoot.net/EmulateScreenTaps.aspx

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top