MCPcopy Create free account
hub / github.com/MyGUI/mygui / notifyKeyButtonPressed

Method notifyKeyButtonPressed

MyGUIEngine/src/MyGUI_ItemBox.cpp:466–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464 }
465
466 void ItemBox::notifyKeyButtonPressed(Widget* _sender, KeyCode _key, Char _char)
467 {
468 eventNotifyItem(this, IBNotifyItemData(getIndexByWidget(_sender), IBNotifyItemData::KeyPressed, _key, _char));
469 }
470
471 void ItemBox::notifyKeyButtonReleased(Widget* _sender, KeyCode _key)
472 {

Callers

nothing calls this directly

Calls 1

IBNotifyItemDataFunction · 0.50

Tested by

no test coverage detected