Re: A92: updated keypresses


[Prev][Next][Index][Thread]

Re: A92: updated keypresses




At 15:32 02/09/99 -0400, you wrote:
>
>how can l use an asm getkey function, so that when holding down an arrow key 
>it will constantly return its value instead of:
>
>returning the value, returning zero for a second, returning the value again 
>until it is let go
>
>any one know?

If it is for a game, the better thing to do would be to
disable interruptions (the game will be really faster)
and to use direct keyboard access.


NeXO



References: