Jump to content

Spider

Members
  • Posts

    2
  • Joined

  • Last visited

  1. I has make "virtual" GKeyboardVMT instance that subscribes and process events from Dial and emulate TAB or Shift+Tab key press to system. But Is it good way?
  2. Hello! I want to select controls by Dial (Encoder based). But can't understand how. I already make Dial driver for my Encoder and it work. But how to "emulate TAB event"? in gwidgetEvent() i found: case GEVENT_DIAL: // Cycle through all windows for(gh = gwinGetNextWindow(0); gh; gh = gwinGetNextWindow(gh)) { ..... } break but how to make it code work?
×
×
  • Create New...