Skip to content

MultitapKeypad v1.1.0

Latest
Compare
Choose a tag to compare
@ZulNs ZulNs released this 21 Feb 07:38
· 2 commits to master since this release

Adds isCanceled boolean property which can be changed inside attached function. If this property was true while getKey() been called, it will immediatly returned with CANCELED key.state value. This value is auto set to false when getKey() called.