Lugaru's Epsilon
Programmer's
Editor 14.04

Context:
Epsilon User's Manual and Reference
   . . .
   Command Reference
      abort
      about-epsilon
      align-by-tab
      . . .
      zoom-window
   Variable Reference
      . . .
      mouse-dbl-selects
      mouse-display
      mouse-mask
      mouse-panning
      mouse-pixel-x
      . . .
   Changing Epsilon
   . . .

Previous   Up    Next
mouse-display  Variable Reference   mouse-panning


Epsilon User's Manual and Reference > Variable Reference >

mouse-mask: variable

Default value: 0x2AB (Down or Move events)

Epsilon will only notice and return mouse events that match bits in this variable.

0x01
MASK_MOVE

0x02
MASK_LEFT_DN

0x04
MASK_LEFT_UP

0x08
MASK_RIGHT_DN

0x10
MASK_RIGHT_UP

0x20
MASK_CENTER_DN

0x40
MASK_CENTER_UP

0x80
MASK_B4_DN

0x100
MASK_B4_UP

0x200
MASK_B5_DN

0x400
MASK_B5_UP

More info:

The Mouse (Primitives)



Previous   Up    Next
mouse-display  Variable Reference   mouse-panning


Lugaru Epsilon Programmer's Editor 14.04 manual. Copyright (C) 1984, 2021 by Lugaru Software Ltd. All rights reserved.