close
The Wayback Machine - https://web.archive.org/web/20201028124757/https://github.com/cart/godot-inputsharp
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 

README.md

Input#

A C# abstraction on top of Godot's input events that makes life just a little bit easier (especially for local multiplayer games with multiple active controllers). This is still in its early stages.

Disclaimers:

  • It's just a copy paste from my current project: it isn't a standalone library
  • It's relatively untested. Right now I can't / won't vouch for its ability to not destroy everything you love and care about
  • It currently uses IConvertible to let you use your own enums without using generics. I'm not sure I like this design but it works.

About

A C# abstraction on top of Godot's input events that makes life just a little bit easier

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.