| 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 | { |
nothing calls this directly
no test coverage detected