Skip to content

Instantly share code, notes, and snippets.

View CougarTown's full-sized avatar

Cougar Town CougarTown

  • Sweden
  • 05:03 (UTC +02:00)
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Xbox Controller Extended Features</title>
</head>
<body>
<script>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PlayStation Controller Button Press Detection</title>
</head>
<body>
<script>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PS2 Controller Button Detection</title>
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
</head>
<body>