[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] Eiffel wheel mouse
=?ISO-8859-1?Q?Vincent_Rivi=E8re?= wrote:
> Helmut Karlowski wrote:
> >> Write
> >>
> >> #define EIFFEL_SUPPORT
> >>
> >> in k_keybd.c#661 and try again.
> >
> > And in k_mouse.c#1193
>
> Excellent, it works :-)
>
> But there are some issues:
>
> 1) In k_keybd.c, after #ifdef EIFFEL_SUPPORT I had to replace the contin=
> ue=20
> statement by return, because the outer loop has been commented out. The=
> =20
> whole algorithm should be reverified.
>
> 2) When I move the wheel, the event is handled correctly, but I still hea=
> r=20
> the keyclick. Normally, the keyboard event should be totally eaten.
>
> 3) How to deal with EIFFEL_SUPPORT ? It should probably be always enabled=
> by=20
> default ? Or only when an Eiffel adapter is detected ?
I guess I deactivated it because it messed up the normal keyboard-input
(some keys produce wheel-events and are lost). The loop wasn't necessary
anymore.
Maybe I'll look at it - I guess best is to make it configurable via xaaes.cnf.
The keyclick comes from sys/keyboard.c doesn't it?
-Helmut