Skip to navigation

Lander on the Acorn Archimedes

Player: mouseParameters

Name: mouseParameters [Show more] Type: Variable Category: Player Summary: The parameters for OS_Word 21,3 for resetting the mouse position
Context: See this variable in context in the source code References: This variable is used as follows: * mouseParametersAddr uses mouseParameters
.mouseParameters EQUB 3 \ This is OS_Word 21,3, so the reason code \ in the first byte is 3 EQUW 511 \ The X position for the mouse EQUW 511 \ The Y position for the mouse ALIGN