Sleitnick / AeroGameFramework

AeroGameFramework is a Roblox game framework that makes development easy and fun. The framework is designed to simplify the communication between modules and seamlessly bridge the gap between the server and client.
https://sleitnick.github.io/AeroGameFramework/
MIT License
216 stars 56 forks source link

Gamepad:IsDown(keyCode) #55

Closed ThoughtSpinnr closed 5 years ago

ThoughtSpinnr commented 6 years ago

Gamepad variant of Keyboard:IsDown(keyCode). Returns true when the given keyCode is pressed on the current gamepad.

Sleitnick commented 5 years ago

Good changes. Pulling.