Files
RCBASIC4/doc/doc_files/joyrumbleplay.html
2024-10-27 11:52:28 -04:00

25 lines
508 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>JoyRumblePlay [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub JoyRumblePlay(joy_num, strength, duration) </h2></p>
<p>
Rumbles a joystick at a specified strength for the specifed duration.
</p>
<ul>
<li>
Strength - A value between 0 and 1
</li>
<li>
Duration - Value is in milliseconds
</li>
</ul>
<p>
</body>
</html>