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

Method notifyKeyButtonReleased

MyGUIEngine/src/MyGUI_ItemBox.cpp:471–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469 }
470
471 void ItemBox::notifyKeyButtonReleased(Widget* _sender, KeyCode _key)
472 {
473 eventNotifyItem(this, IBNotifyItemData(getIndexByWidget(_sender), IBNotifyItemData::KeyReleased, _key));
474 }
475
476 size_t ItemBox::getIndexByWidget(Widget* _widget) const
477 {

Callers

nothing calls this directly

Calls 1

IBNotifyItemDataFunction · 0.50

Tested by

no test coverage detected