import * as lunchbox from "https://deno.land/x/lunchbox@v0.3.109/src/handlers.ts";
This module contains all functions that help handle event listeners in islands.
Variables
handleInteractionThis function is a shorthand for the onClick and onKeyDown ("Enter" key) event listeners. | |
handleKeyboardFunction to handle keyboard events based on an array of keystroke combinations. It checks each keystroke combination and executes the associated callback if the combination is detected. | |
v Key | KeyA utility object to easily check if certain keys are being pressed during |