As a student, I want a key_held() alias for keys_held() #64
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
Milestone
Currently we have
keys_held()
, but the most popular use case would be for just a single keyAC:
key_held(str, pattern=None)
with the@ignite_global
, wherestr
is a string representing if a single key is held down.pattern
is None, then check if the key is held.pattern
is a boolean, then check that the key matches the boolean state (True
means key is held,False
means key is not held).pattern=boolean
(validating thepattern
param is low priority)The text was updated successfully, but these errors were encountered: