23 lines
590 B
HTML
23 lines
590 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>
|
|
|
|
</body>
|
|
</html> |