Sleitnick / rbxts-clack

User input helper classes
https://www.npmjs.com/package/@rbxts/clack
MIT License
1 stars 1 forks source link

Expport InputType enum #1

Closed tacheometry closed 2 years ago

tacheometry commented 2 years ago

It seems that the documentation uses Clack.InputType for comparisons to the return of getPreferredInput/etc, but this doesn't seem to be accessible through code right now?

Sleitnick commented 2 years ago

This has been fixed, thanks! Also fixed some issues with the logic of how preferred input was being calculated.