shift and control key status

  • Thread starter Thread starter phil cunningham
  • Start date Start date
P

phil cunningham

How do I detect if the user is holding down a SHIFT or CONTROL key whilst
moving the mouse.

Sorry for the trivial question but I'm just getting started with this

Phil
 
Use Control.ModifierKeys to determine if shift ,ctrl and alt keys are
pressed.
 
thanks for the info.

All the best
Phil

Sijin Joseph said:
Use Control.ModifierKeys to determine if shift ,ctrl and alt keys are
pressed.
 

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