> 1) how could we manage scrolling of a 'read only' text widget
>with only help of a keyboard ?
>
> I thought about using something like this:
>
> --8<--
> ...
>
> static int currentPos;
> static int step;
> ...
>
> int mvUp (struct pgEvent *evt)
> {
>
Hi Micah, hi everybody,
I have some questions about navigation and scrolling..
1) how could we manage scrolling of a 'read only' text widget
with only help of a keyboard ?
I thought about using something like this:
--8<--
...
static int currentPos;
stat