Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Docking > API/Runtime/Slate/Framework/Docking/STabDrawer
- SWidget::OnCursorQuery()
- STabDrawer::OnCursorQuery()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Docking/STabDrawer.h |
| Include | #include "Framework/Docking/STabDrawer.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Docking/STabDrawer.cpp |
virtual FCursorReply OnCursorQuery
&40;
const FGeometry & MyGeometry,
const FPointerEvent & CursorEvent
&41; const
Remarks
The system asks each widget under the mouse to provide a cursor. This event is bubbled. FCursorReply::Unhandled() if the event is not handled; return FCursorReply::Cursor() otherwise.