Jump to content

Change Focus by Dial


Spider

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...