| 314 | } |
| 315 | |
| 316 | void WindowBase::OnDragEnter(IGuiData* data, const Float2& mousePosition, DragDropEffect& result) |
| 317 | { |
| 318 | DragEnter(data, mousePosition, result); |
| 319 | INVOKE_DRAG_EVENT(OnDragEnter); |
| 320 | } |
| 321 | |
| 322 | void WindowBase::OnDragOver(IGuiData* data, const Float2& mousePosition, DragDropEffect& result) |
| 323 | { |
no outgoing calls
no test coverage detected