24 lines
597 B
HTML
24 lines
597 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>GetMouse [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub GetMouse(ByRef x, ByRef y, ByRef mb1, ByRef mb2, ByRef mb3) </h2></p>
|
|
<p>
|
|
Gets the mouse position and button state local to the graphics window
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="getglobalmouse.html">GetGlobalMouse</a>
|
|
<a href="mousex.html">MouseX</a>
|
|
<a href="mousey.html">MouseY</a>
|
|
<a href="mousebutton.html">MouseButton</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |