gamepad Questions
3
Solved
I'm using a pygame.joystick.Joystick object and want to be able to print a message asking the user to reconnect a usb joystick once it's been unplugged.
right now I have (roughly):
js = pygame.jo...
1
I use RawInput + Windows USB HID API to receive WM_INPUT message when a gamepad button is pressed and retrieve gamepad state.
There's a problem: two triggers work on same axis which means you can'...
1
Solved
I wrote an override for pressesBegan(_ presses: Set<UIPress>, with event: UIPressesEvent?) on my ViewController.
open override func pressesBegan(_ presses: Set<UIPress>, with event: U...
Nonah asked 3/6, 2020 at 0:14
2
Solved
I need to know at a specific time the value of all buttons of an xbox controller. The reason being that I'm building a training set for a neural network, and I'm trying to simultaneously take a sna...
4
Solved
I'm correctly able to get input from 4 controllers through using the HTML5 Gamepad API within a browser.
https://www.w3.org/TR/gamepad/
What I'm having trouble with is getting input from 8 contro...
Ali asked 20/12, 2016 at 20:51
1
I'm working on a game in Objective-C. The Siri remote works great via GCMicroGamepad and real MFi controllers work well via GCGamepad. However, third-party IR remotes do not work at all in-game (an...
Salivate asked 29/2, 2016 at 6:12
2
Solved
I am developing a program in C that uses a USB SNES controller for input on a RPM based distribution. Is there a library anyone knows of that makes this easier to interact with, or some tool (joyde...
1
Solved
It's relatively straightforward to detect some button presses on the tvOS Siri Remote: the pause/play button, the touchpad area, and with marginally more effort, the MENU button. But there seems to...
Openmouthed asked 11/1, 2016 at 6:45
1
I am building a NW.js (Node-Webkit) dashboard app which I want to be able to control with a game controller (for example: XBox 360 controller or Logitech controller).
I'm calling the following on...
Christoffer asked 22/5, 2015 at 6:17
5
Solved
I need to show, and input some text in xbox-like onscreen keyboard. Sadly, when I call Guide.BeginShowKeyboardInput, there is only some funny textbox shown, and i must fill it via keyboard. I know,...
1
© 2022 - 2024 — McMap. All rights reserved.