I've been doing a little more work with PicoVR3 and was wondering if it's
possible to change the color of the terminal widget to something a little
more readable.
I like the way pgboard works now. I've got the "fitaly" layout and it looks
great on the VR3. I've also been working to switch all of
Micah Dowty wrote:
>
> Here's an example:
>
> --8<--
> #include
> int main(int argc, char **argv) {
>pgInit(argc,argv);
>pgDriverMessage(PGDM_CURSORVISIBLE, atoi(argv[1]));
>pgFlushRequests();
> }
> -->8--
>
Fine, many thanks
Pascal.
___