-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontrollers.html
More file actions
84 lines (79 loc) · 3.56 KB
/
controllers.html
File metadata and controls
84 lines (79 loc) · 3.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Encore</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="images/encore-favicon.png">
</head>
<header>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="header-grid">
<a class="logo">
<img src="images/encore-text-white.png" style="height: 5em;" alt="encore logo"></img>
</a>
<p id="splash">
<script src="splashtext.js"></script>
</p>
<div class="flexbox">
<a href="https://discord.gg/6pfZn9EStB">
<img src="images/discord-mark-white.png" class="header-icons" alt="Join the Encore Discord">
</a>
<a href="https://github.com/Encore-Developers/Encore">
<img src="images/github-mark-white.png" class="header-icons" alt="Open the Encore GitHub">
</a>
</div>
</div>
</header>
<nav class="usable-area">
<a href="index.html">Main</a>
<a href="download.html">Download</a>
<a href="charting.html">Charting</a>
<a href="controllers.html">Controller Compatibility</a>
</nav>
<main>
<div class="main-grid">
<div class="mini-grid">
<p class="mini-grid">This page is a list of controllers and if they are compatible with Encore, if a controller is missing, assume it hasn't been tested yet or doesn't work.</p>
<h2 class="mini-grid">Full Compatibility</h2>
<p class="mini-grid">
All controllers that have been tested and are compatible with Encore natively currently:
<br>
Keyboard & Mouse <br>
Most Gamepads
<a class="textLinks" href="https://crkd.gg/collections/allneos">CRKD Neo S</a>
</p>
<h2 class="mini-grid">Partial Compatibility</h2>
<p class="mini-grid">
Controllers that require third-party tools / third-party tools.
<br>
Plastic Guitars (Steam Input, possibly missing features)
</p>
</div>
<div class="main-grid-side">
<h1 class="main-grid-side">Announcements</h1>
<p class="main-grid-side">
no announcement here folks :sad:
</p>
</div>
</div>
</main>
<footer>
<div class="footer-styles">
<img src="images/encore-favicon.png" style="height: 6em; padding: 0.25em;"></img>
<p class="footer-text">Encore is brought to you by Encore Developers
<br>Website made by 3drosalia/marie feat. It's Only Connor
<br>You lost The Game
</p>
</div>
</footer>
</html>