Spider Posted June 3, 2020 Report Share Posted June 3, 2020 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? Quote Link to post Share on other sites
Spider Posted June 4, 2020 Author Report Share Posted June 4, 2020 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? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.