Mouse position: Difference between revisions

m
Line 28:
Please specify if the window may be externally created.
<br><br>
 
=={{header|8086 Assembly}}==
This returns the mouse's horizontal position in CX and its vertical position in DX, assuming the mouse has been enabled first.
<lang asm>mov ax,3
int 33h</lang>
 
=={{header|ActionScript}}==
1,489

edits