Language Reference - System Workareas

Home

SysTrapFlag

StatusRead/ Write
DefaultNone
Notes

Controls the trapping of keyboard and mouse activity, for processing using GetMessageParameters. Trapped Windows input messages are available at a notification event, if SysNotifyType shows a value of -1. To prevent Equinox from using a trapped message, set SysTrapFlag during the notification event. Acceptable values are:

  • 1 Prevent Equinox from using message
  • 2 Trap keyboard
  • 4 Trap mouse movement
  • 6 Trap keyboard, mouse movement
  • 8 Trap mouse clicks
  • 10 Trap keyboard, mouse clicks
  • 12 Trap mouse movement, mouse clicks
  • 14 Trap keyboard, mouse movement, mouse clicks
See AlsoSysAfterField, SysButton, SysChanged, SysComboFlags, SysComboHeight, SysEditLine, SysEvent, SysField, SysIdleTime, SysIteration, SysIterations, SysKeyAutoFind, SysKeyInterval, SysListsFlag, SysLocalForm, SysMovement, SysNotifyType, SysOption, SysPageFrame, SysPreviousMode, SysTabbedControl, SysMode