Difference between revisions of "83Plus:BCALLs:4C1E"
From WikiTI
m (Typo) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:83Plus:BCALLs:By_Name:Dialog|DialogStartGetKey]] [[Category:83Plus:BCALLs:By_Name|DialogStartGetKey]] [[Category:83Plus:BCALLs:By_Address| | + | [[Category:83Plus:BCALLs:By_Name:Dialog|DialogStartGetKey]] [[Category:83Plus:BCALLs:By_Name|DialogStartGetKey]] [[Category:83Plus:BCALLs:By_Address|4C1E - DialogStartGetKey]] |
+ | {{missinfo|destroys}} | ||
== Synopsis == | == Synopsis == | ||
'''Official Name:''' DialogStartGetKey | '''Official Name:''' DialogStartGetKey | ||
Line 17: | Line 18: | ||
* This doesn't return until you press [2nd]+[QUIT]. You pass the address of a table in HL...if you pass a bID=3 table, it just returns. And the dialog has presumably already been displayed. It doesn't use the table for anything other than this, which is odd. | * This doesn't return until you press [2nd]+[QUIT]. You pass the address of a table in HL...if you pass a bID=3 table, it just returns. And the dialog has presumably already been displayed. It doesn't use the table for anything other than this, which is odd. | ||
* Use with the other [[:Category:83Plus:BCALLs:By_Name:Dialog|Dialog BCALLs.]] | * Use with the other [[:Category:83Plus:BCALLs:By_Name:Dialog|Dialog BCALLs.]] | ||
− | * [[83Plus:OS:Dialog_context|Info on how to use | + | * [[83Plus:OS:Dialog_context|Info on how to use the Dialog BCALLs]] . |
Latest revision as of 14:18, 17 April 2008
This article is missing some information (namely destroys). You can help WikiTI by filling in the missing information.
Synopsis
Official Name: DialogStartGetKey
BCALL Address: 4C1E
Waits for a dialog keypress and then acts on it.
Inputs
- HL: address of a table
Outputs
- This doesn't return until you press [2nd]+[QUIT]
Destroys
- unknown
Comments
- This doesn't return until you press [2nd]+[QUIT]. You pass the address of a table in HL...if you pass a bID=3 table, it just returns. And the dialog has presumably already been displayed. It doesn't use the table for anything other than this, which is odd.
- Use with the other Dialog BCALLs.
- Info on how to use the Dialog BCALLs .