Skip to content

Files

Latest commit

Aug 21, 2023
d6256a7 · Aug 21, 2023

History

History

KeyboardInputHalogenHooks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 21, 2023
Aug 21, 2023
Aug 21, 2023
Aug 21, 2023
Aug 21, 2023

README.md

KeyboardInputHalogenHooks

This example demonstrates how to selectively capture keyboard events and, more generally, how to use EventSources in Halogen.

Expected Behavior:

When the user holds down the shift key and types some characters, the characters will appear on the screen. Once the user presses ENTER or RETURN, the characters will be cleared and the corresponding event listener will be removed.