-
-
Notifications
You must be signed in to change notification settings - Fork 7
CSS Selectors
Dinir Nertan edited this page Oct 1, 2020
·
2 revisions
These are some of the CSS Selectors that can be used for Custom CSS of a browser source.
Elements | CSS Selector |
---|---|
Each Gamepad Canvas |
#canvas-container > div:nth-child(n) (n = 1~4, gamepad index number) |
Gamepad Canvasses of Specific Controller |
#canvas-container > div[data-id="00000000"] (00000000 = Gamepad ID (VID/PID), also shown in the control panel) (the ID for XInput Standard Gamepad is just 'XInput') |
Control Panel | .control-panel |
GamepadWatcher
MappingManager
GamepadRenderer