20 lines
506 B
HTML
20 lines
506 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>NumJoyAxes [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>function NumJoyAxes(joy_num) </h2></p>
|
|
<p>
|
|
Returns the number of axes detected on a joystick
|
|
</p>
|
|
<p>
|
|
Axes are normally either the analog sticks or trigger buttons but can be anything with multiple values between no activation and max activation
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |