Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/FGenericApplicationMessageHandle-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool OnMouseDoubleClick
(
const TSharedPtr< FGenericWindow >& Window, |
GenericPlatform/GenericApplicationMessageHandler.h | ||
virtual bool OnMouseDoubleClick
(
const TSharedPtr< FGenericWindow >& Window, |
GenericPlatform/GenericApplicationMessageHandler.h |
OnMouseDoubleClick(const TSharedPtr< FGenericWindow > &, const EMouseButtons::Type)
| Name | OnMouseDoubleClick |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericApplicationMessageHandler.h |
| Include Path | #include "GenericPlatform/GenericApplicationMessageHandler.h" |
virtual bool OnMouseDoubleClick
(
const TSharedPtr < FGenericWindow > & Window,
const EMouseButtons::Type Button
)
OnMouseDoubleClick(const TSharedPtr< FGenericWindow > &, const EMouseButtons::Type, const FVector2D)
| Name | OnMouseDoubleClick |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericApplicationMessageHandler.h |
| Include Path | #include "GenericPlatform/GenericApplicationMessageHandler.h" |
virtual bool OnMouseDoubleClick
(
const TSharedPtr < FGenericWindow > & Window,
const EMouseButtons::Type Button,
const FVector2D CursorPos
)