41CA2 |
Ck&DecKeyLoc
|
( %rc.p → #kc #p )
Converts from user key representation format
to system. Does handle shift-hold keys.
|
41D92 |
CodePl>%rc.p
|
( #kc #p → %rc.p )
Converts from system key representation
format to user. Does handle shift-hold
keys.
|
3FE44 |
H/W>KeyCode
|
( # → #' )
Converts the keycode offset for shift keys to
the keycode of the shift key, i.e. 80h->32d,
40h->37d, C0h->42d
|
3FE26 |
H/WKey>KeyOb
|
|
3FE7B |
ModifierKey?
|
( #kc #pl → flag )
Is the key any of the three modifiers
right-shift, left-shift, or alpha?
|
40A82 |
KeyOb@
|
( → id/romptr )
Returns the object assigned the the key which
caused the current program to be executed, or
whatever has been stored with KeyOb!
|
40A6F |
KeyOb!
|
( ob → )
Store ob as the KeyOb .
|
40A95 |
KeyOb0
|
( → )
Clear the KeyOb .
|