Add feature #11942
Labels
feature request
A request to make an enhancement (not a bug fix)
Library: Other
Arduino libraries that don't have their own label
Type: Invalid
Off topic for this repository, or a bug report determined to not actually represent a bug
Uh oh!
There was an error while loading. Please reload this page.
Adding public method and small change to Keypad.h
bool isPressed(char keyChar, bool bypassStateChange = false);
bool isHolding(char keyChar);
bool wasPressed(char keyChar);
Adding methods to Keypad.cpp
Just useful for quickly and easily determining that a specific key has been pressed and/or held. With or without state.
Purpose:
I'm using the keypad to also double as a directional pad to act as WASD input.
The text was updated successfully, but these errors were encountered: