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

Method notifyMouseButtonReleased

MyGUIEngine/src/MyGUI_ListBox.cpp:1041–1046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039 }
1040
1041 void ListBox::notifyMouseButtonReleased(Widget* _sender, int _left, int _top, MouseButton _id)
1042 {
1043 eventNotifyItem(
1044 this,
1045 IBNotifyItemData(getIndexByWidget(_sender), IBNotifyItemData::MouseReleased, _left, _top, _id));
1046 }
1047
1048 void ListBox::onKeyButtonReleased(KeyCode _key)
1049 {

Callers

nothing calls this directly

Calls 1

IBNotifyItemDataFunction · 0.50

Tested by

no test coverage detected