Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add an option to stack all the gamepad areas #23

Open
Dinir opened this issue Jul 19, 2023 · 0 comments
Open

add an option to stack all the gamepad areas #23

Dinir opened this issue Jul 19, 2023 · 0 comments

Comments

@Dinir
Copy link
Owner

Dinir commented Jul 19, 2023

Having DS4Windows may make gamepad inputs shown via multiple logical gamepads. I could stack some skins together to catch all the inputs that are coming from one physical gamepad, and here's the Custom CSS I used to achieve that.

/* stack everything, show first layer of xinput */
#canvas-container > div { position: absolute; }
#canvas-container > div[data-id="XInput"] > canvas { display: none; }
#canvas-container > div[data-id="XInput"] > canvas:first-child { display: unset; }

I can't have time to work on Mini Padder, so I am just pasting this css here instead.
It does exactly what the comment says. It's probably not practical to use this css as it is in general.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant