| 320 | } |
| 321 | |
| 322 | void WindowBase::OnDragOver(IGuiData* data, const Float2& mousePosition, DragDropEffect& result) |
| 323 | { |
| 324 | DragOver(data, mousePosition, result); |
| 325 | INVOKE_DRAG_EVENT(OnDragOver); |
| 326 | } |
| 327 | |
| 328 | void WindowBase::OnDragDrop(IGuiData* data, const Float2& mousePosition, DragDropEffect& result) |
| 329 | { |
no outgoing calls
no test coverage detected