Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 413 Bytes

File metadata and controls

7 lines (4 loc) · 413 Bytes

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.