Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateApplication
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool OnMouseDoubleClick
(
const TSharedPtr< FGenericWindow >& PlatformWindow, |
Framework/Application/SlateApplication.h | ||
virtual bool OnMouseDoubleClick
(
const TSharedPtr< FGenericWindow >& PlatformWindow, |
Framework/Application/SlateApplication.h |
OnMouseDoubleClick(const TSharedPtr< FGenericWindow > &, const EMouseButtons::Type)
| Name | OnMouseDoubleClick |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
virtual bool OnMouseDoubleClick
(
const TSharedPtr < FGenericWindow > & PlatformWindow,
const EMouseButtons::Type Button
)
OnMouseDoubleClick(const TSharedPtr< FGenericWindow > &, const EMouseButtons::Type, const FVector2D)
| Name | OnMouseDoubleClick |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
virtual bool OnMouseDoubleClick
(
const TSharedPtr < FGenericWindow > & PlatformWindow,
const EMouseButtons::Type Button,
const FVector2D CursorPos
)