Home > Archive > Clarion > April 2004 > Trapping ShiftMouseLeft
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Trapping ShiftMouseLeft
|
|
| Jason Curley 2004-04-29, 1:31 am |
| Anyone know how to do it? This has already been addressed many times
on the news group, but I didn't see a solution.
Please, don't suggest:
if keycode() = ShiftMouseLeft OR
if keycode() = 0101H
These don't work.
Thanks,
Jason
BTW, does anyone know of any other useless equates?
| |
| Drazen Karamatic 2004-04-29, 4:31 am |
| Negdje na netu, Jason Curley
sa mail adresom <jcurley@nerc.com>
je napisao/la:
> Anyone know how to do it? This has already been addressed many times
> on the news group, but I didn't see a solution.
>
> Please, don't suggest:
>
> if keycode() = ShiftMouseLeft OR
> if keycode() = 0101H
>
> These don't work.
>
> Thanks,
>
> Jason
>
> BTW, does anyone know of any other useless equates?
ShiftMouseLeft EQUATE(0101H) !Shift-Left mouse button -
Keycodes.Clw
MyShiftLeft EQUATE(0110H) !Sometimes this keycode
is returned
|
|
|
|
|