From: | David McMinn |
Date: | 17 Aug 2001 at 12:15:04 |
Subject: | Re: IntuiMessage |
Hi Thilo
> Is there any posibility to get the
> Information if SHIFT or ALT was pressed
> when I receive a #IDCMP_MOUSEBUTTON Event ?
The command Qualifiers tells you which qualifier keys were pressed for
the last event, but I'm not sure if this covers all types of event (i.e.
it may only work for keypresses). But you can try it.
> Is there any posibility to get the
> Mouse Coordinates
> when I receive a #IDCMP_MOUSEBUTTON Event ?
EMouseX and EMouseY should do that. (E stands for Event in those command
names).
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie