Hex Core JS
    Preparing search index...

    Function isNativeEventKeyPress

    • Determines if the given native event represents the pressing of the given key.

      Parameters

      • event: KeyboardEvent

        The event to check.

      • key: Key

        The key to check for.

      Returns boolean