Announcement

Collapse
No announcement yet.

ACCEL ATTACH and mouse

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Aslan Babakhanov
    replied
    Thanks Richard!

    Leave a comment:


  • Richard Angell
    replied
    The right mouse button is best trapped with a %WM_CONTEXTMENU case in your callback. ACCEL ATTACH will not see it.

    Leave a comment:


  • Aslan Babakhanov
    started a topic ACCEL ATTACH and mouse

    ACCEL ATTACH and mouse

    Is it possible to assign mouse event to accelerator?
    I tried this, but didn't worked

    accFORM(1).fvirt = %FVIRTKEY '
    accFORM(1).key = %VK_RBUTTON
    accFORM(1).cmd = %OPER_FORM_EXPAND_LIST

    May be combination of constants for .fvirt field is required?
Working...
X