WHS wrote:
> 
> L.S.

Hi,

nice to see you back on the list.

> Someone informed me descent doesn't compile anymore so I had a look:
> GIIK_PComma and GIIK_PDot are now GIIK_PSeparator and GIIK_PDecimal
> respectively. Good. But what about GIIK_PInsert?

As I have never seen a numeric keypad with a key labeled "Insert"
(PC-keyboards are labeled "0", which means GIIK_P0) it has been
removed. If anyone have contradictory information please let us
know so we can fix it.

If you are using the sym field you'll get GIIK_0 when NumLock is
active and GIIK_Insert when NumLock is inactive.

> Also, I'm just starting to really use the GII stuff now (adding
> joystick/spaceorb support to descent), and the docs on using them (env.
> variable init strings etc.) are rather vague and/or missing (e.g. I
> couldn't find anything on the spaceorb in
> degas/lib/libgii/doc/inputs.txt or the man pages, or have I missed
> something?).

No you probably didn't miss anything, it's just missing docs.
Care to write some? ;)

> Some error messages in the source could also be a bit clearer, e.g.
> spaceorb/input.c line 344:
> 
>                 perror("SpaceOrb: Failed to open spaceorb device");
> 
> Is rather unhelpful if one doesn't know what the device used is (i.e. if
> one isn't familiar with the spaceorb source which sets /dev/spaceorb).
> 
> I've changed it to
> 
>                 fprintf(stderr, "SpaceOrb: Failed to open spaceorb device %s\n",
> filename);

Yes, this may be a good idea.
I've planned to clean up a bunch of error-messages from other sublibs
anyway, so I'll add this at the same time.

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan/
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: [EMAIL PROTECTED]

Reply via email to