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

Method notifyKeyButtonReleased

MyGUIEngine/src/MyGUI_ListBox.cpp:1036–1039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1034 }
1035
1036 void ListBox::notifyKeyButtonReleased(Widget* _sender, KeyCode _key)
1037 {
1038 eventNotifyItem(this, IBNotifyItemData(getIndexByWidget(_sender), IBNotifyItemData::KeyReleased, _key));
1039 }
1040
1041 void ListBox::notifyMouseButtonReleased(Widget* _sender, int _left, int _top, MouseButton _id)
1042 {

Callers

nothing calls this directly

Calls 1

IBNotifyItemDataFunction · 0.50

Tested by

no test coverage detected