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

Method onKeyButtonReleased

MyGUIEngine/src/MyGUI_ListBox.cpp:1048–1053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1046 }
1047
1048 void ListBox::onKeyButtonReleased(KeyCode _key)
1049 {
1050 Base::onKeyButtonReleased(_key);
1051
1052 eventNotifyItem(this, IBNotifyItemData(ITEM_NONE, IBNotifyItemData::KeyReleased, _key));
1053 }
1054
1055 void ListBox::setActivateOnClick(bool activateOnClick)
1056 {

Callers

nothing calls this directly

Calls 1

IBNotifyItemDataFunction · 0.50

Tested by

no test coverage detected