Difference between revisions of "83Plus:BCALLs:4C03"
From WikiTI
Line 1: | Line 1: | ||
− | [[Category:83Plus:BCALLs:By_Name: | + | [[Category:83Plus:BCALLs:By_Name:Dialog|StartDialog]] [[Category:83Plus:BCALLs:By_Name|StartDialog]] [[Category:83Plus:BCALLs:By_Address|4C03 - StartDialog]] |
== Synopsis == | == Synopsis == | ||
'''Official Name:''' StartDialog | '''Official Name:''' StartDialog |
Revision as of 16:06, 12 April 2008
Synopsis
Official Name: StartDialog
BCALL Address: 4C03
Starts a dialog at appData created with DialogInit
Inputs
- appData: menu structure.
Outputs
- Starts Dialog
Destroys
- unknown
Comments
- Use DialogInit to set up,
- Use with the other Dialog BCALLs.
- Stores zero to (8033h), resets key override, draws dialog, and it starts waiting for a keypress.
- More info can be found here.