Jump to content

Spider

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Spider

  1. 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...