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

Method onKeyButtonPressed

MyGUIEngine/src/MyGUI_ItemBox.cpp:1019–1024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1017 }
1018
1019 void ItemBox::onKeyButtonPressed(KeyCode _key, Char _char)
1020 {
1021 Base::onKeyButtonPressed(_key, _char);
1022
1023 eventNotifyItem(this, IBNotifyItemData(ITEM_NONE, IBNotifyItemData::KeyPressed, _key, _char));
1024 }
1025
1026 void ItemBox::onKeyButtonReleased(KeyCode _key)
1027 {

Callers

nothing calls this directly

Calls 1

IBNotifyItemDataFunction · 0.50

Tested by

no test coverage detected