PHP 8.3.4 Released!

UI\Area::onKey

(UI 0.9.9)

UI\Area::onKeyKey Callback

Description

protected UI\Area::onKey(string $key, int $ext, int $flags)

Shall be executed on key events

Parameters

key

The key pressed

ext

The extended key pressed

flags

Event modifiers

Return Values

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top