Function isPrintableCharPressed

  • Checks if a printable character key was pressed (excluding any modifiers).

    A printable character meets one of the following criteria:

    • It is an uppercase or lowercase letter.
    • It is a number.
    • It is the Backspace or Delete key.

    Parameters

    Returns boolean

    true if the printable characters were pressed from the specified event.