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

Method onKeyButtonReleased

MyGUIEngine/src/MyGUI_ItemBox.cpp:1026–1031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1024 }
1025
1026 void ItemBox::onKeyButtonReleased(KeyCode _key)
1027 {
1028 Base::onKeyButtonReleased(_key);
1029
1030 eventNotifyItem(this, IBNotifyItemData(ITEM_NONE, IBNotifyItemData::KeyReleased, _key));
1031 }
1032
1033} // namespace MyGUI

Callers

nothing calls this directly

Calls 1

IBNotifyItemDataFunction · 0.50

Tested by

no test coverage detected