> 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]
- Repeat Events Mike Davis
- Re: Repeat Events Roger Chaplin
- Matthew D Moss
