> The ctlRepeat event does not seem to be repeated while
> the pen is down.  What is required to get the repeat
> event to work.
>
> case ctlRepeatEvent:
>   if (event->data.ctlRepeat.controlID == rptC1L ) {
> DoSomething();
>     handled = 1;
>     break;
>     }


In order to have repeating buttons actually repeat, set handled to 0 (zero).

---- --- -- -
Matthew D Moss
[EMAIL PROTECTED]


Reply via email to