[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] patch:MiNT:keyboard
on 6/22/10 12:15 PM, Jo Even Skarstein wrote:
> On 06/22/2010 06:07 PM, Alan Hourihane wrote:
>
>>> Yes, this corresponds with what I've seen earlier. tos.hyp also says
>>> that these two bits represents the mousebuttons. So the question is if
>>> TOS sets these bits when Home and Insert are pressed alone, or just when
>>> pressed together with Alt.
>>
>> Right. Are you checking this out Jo Even ?
>
> I will check this on my Milan and my STE in a few days.
'test code
DO
d&=BIOS(11,-1)
IF d&<>0
PRINT HEX$(d&)
ENDIF
LOOP
K_CLRHOME 0x20 Clr/Home key depressed
K_INSERT 0x40 Insert key depressed
I do see these values on my Hades, just turned it on and wrote that real
quick.
--
Lonny Pursell http://www.bright.net/~gfabasic/