Specifying mouse events
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Specifying mouse events
When choosing the events to associate with a trigger,
use portable mouse events whenever possible. If you use these events,
ABL automatically maps the event to the mouse key the native window
system uses to perform the same event. For example, if OpenEdge supports
a future window system that uses the right button as the selection
button, the MOUSE–SELECT–CLICK event will automatically
map to the right button for that system, while still mapping to
the left button for Windows.