Code: Select all
dial_id = dial_add(image, x, y, width, height, direction_callback, pressed_callback)
But when my Knobster is activated and I press the Knobster pushbutton the "pressed_callback" is not called.
The WIKI page about using the Knobster says
What does "incorporated" mean?Only buttons that are incorporated into a dial or switch can be operated by pressing the inner knob (Push button).
What do I need to do to "incorporate" a button into a dial?
Paul