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? Link to comment Share on other sites More sharing options...
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? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now