How to catch pressed device button number for reuse?
Posted: Fri Sep 15, 2006 9:43 am
When a Device button or shift_Device or XShift_Device is pressed, I want to get at the button number that's being pressed but not until few macro steps run, and in some situations during holding it down. I'd like to catch the number before some other code clobbers it. How volatile is either one of those in the 8910?
R_Key1 = R80 ; Debounced key
R_Key = R82 ; Key being processed
When is the latest time I can get at it? Or is there some other place where it might be sitting.
R_Key1 = R80 ; Debounced key
R_Key = R82 ; Key being processed
When is the latest time I can get at it? Or is there some other place where it might be sitting.