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

Method notifyKeyButtonPressed

MyGUIEngine/src/MyGUI_ListBox.cpp:1031–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1029 }
1030
1031 void ListBox::notifyKeyButtonPressed(Widget* _sender, KeyCode _key, Char _char)
1032 {
1033 eventNotifyItem(this, IBNotifyItemData(getIndexByWidget(_sender), IBNotifyItemData::KeyPressed, _key, _char));
1034 }
1035
1036 void ListBox::notifyKeyButtonReleased(Widget* _sender, KeyCode _key)
1037 {

Callers

nothing calls this directly

Calls 1

IBNotifyItemDataFunction · 0.50

Tested by

no test coverage detected