greenheartgames / greenworks

a node.js plugin to integrate nw.js/electron games with steamworks
MIT License
1.48k stars 152 forks source link

Gamepad support #60

Open MarxGames opened 8 years ago

MarxGames commented 8 years ago

Steam is shipping their controllers now. Would be good if we could get some support for them as well.

For starters ISteamUtils::ShowGamepadTextInput() support would be very handy to be triggered on text inputs. I did not find a way to detect if player is using a Steam controller from the documentation, but that would be another requirement for calling the ShowGamepadTextInput.

patrickklug commented 8 years ago

+1

hokein commented 8 years ago

@MarxGames It's reasonable to support gamepad feature in greenworks. But right now I have no device to test it. Are you willing to test it?

MarxGames commented 8 years ago

Yes I can test, If I can test it with Web2Executable.

80prozent commented 7 years ago

I am using greenworks and get some reports that using the SteamController with our game brings up a overlay with Steam options. But this overlay does not receive any focus for mouse and keyboard, so there is no way to close it.

Is this related to this requested feature ? Or is there any existing functions i can use to handle this ?