| Name: | »Hide mouse«
|
| Line-A number: | $A00A
|
| Syntax: | See 'Bindings for hide_mouse'
|
| Description: | This Line-A function switches off the mouse pointer.
|
| Return value: | The function does not return a result.
|
| Availability: | All TOS versions.
|
| See also: | Binding Show mouse
|
| Pure-C: | void hide_mouse( void );
|
| Assembler: |
movem.l D0-D2/A0-A2,-(A7) ; Save registers dc.w $A00A ; Line-A opcode movem.l (A7)+,D0-D2/A0-A2 ; Restore registers |