83Plus:BCALLs:4C15
From WikiTI
This article is missing some information (namely destroys). You can help WikiTI by filling in the missing information.
Synopsis
Official Name: SetDialogKeyOverride
BCALL Address: 4C15
Sets a callback routine to handle keypresses.
Inputs
- A: page of callback routine..
- HL: address of callback routine.
Outputs
- none
Destroys
- unknown
Comments
- Keys kSolveRoot (SOLVE EDITOR), kStatEd (list editor), and kInfStat (inferential statistic editor) are not passed to this routine. It is up to you to handle everything else, including [UP], [DOWN], [ENTER], and [2nd]+[QUIT].
Bit 1,(iy+28h) set is probably an indicator to this routine that the user attempted to press a context key.
- Use with the other Dialog BCALLs.
- Info on how to use the Dialog BCALLs.