|
| | FMotionEvent () |
| |
| | FMotionEvent (uint32 InUserIndex, const FVector &InTilt, const FVector &InRotationRate, const FVector &InGravity, const FVector &InAcceleration) |
| |
| | FMotionEvent (const FInputDeviceId InDeviceId, const FVector &InTilt, const FVector &InRotationRate, const FVector &InGravity, const FVector &InAcceleration) |
| |
| const FVector & | GetTilt () const |
| |
| const FVector & | GetRotationRate () const |
| |
| const FVector & | GetGravity () const |
| |
| const FVector & | GetAcceleration () const |
| |
| | FInputEvent () |
| |
| | FInputEvent (const FModifierKeysState &InModifierKeys, const int32 InUserIndex, const bool bInIsRepeat) |
| |
| | FInputEvent (const FModifierKeysState &InModifierKeys, const FInputDeviceId InDeviceId, const bool bInIsRepeat) |
| |
| virtual SLATECORE_API | ~FInputEvent () |
| |
| bool | IsRepeat () const |
| |
| bool | IsShiftDown () const |
| |
| bool | IsLeftShiftDown () const |
| |
| bool | IsRightShiftDown () const |
| |
| bool | IsControlDown () const |
| |
| bool | IsLeftControlDown () const |
| |
| bool | IsRightControlDown () const |
| |
| bool | IsAltDown () const |
| |
| bool | IsLeftAltDown () const |
| |
| bool | IsRightAltDown () const |
| |
| bool | IsCommandDown () const |
| |
| bool | IsLeftCommandDown () const |
| |
| bool | IsRightCommandDown () const |
| |
| bool | AreCapsLocked () const |
| |
| const FModifierKeysState & | GetModifierKeys () const |
| |
| uint32 | GetUserIndex () const |
| |
| FInputDeviceId | GetInputDeviceId () const |
| |
| FPlatformUserId | GetPlatformUserId () const |
| |
| uint64 | GetEventTimestamp () const |
| |
| double | GetMillisecondsSinceEvent () const |
| |
| SLATECORE_API FGeometry | FindGeometry (const TSharedRef< SWidget > &WidgetToFind) const |
| |
| SLATECORE_API TSharedRef< SWindow > | GetWindow () const |
| |
| void | SetEventPath (const FWidgetPath &InEventPath) |
| |
| const FWidgetPath * | GetEventPath () const |
| |
| virtual SLATECORE_API FText | ToText () const |
| |
| virtual SLATECORE_API bool | IsPointerEvent () const |
| |
| virtual SLATECORE_API bool | IsKeyEvent () const |
| |
FMotionEvent describes a touch pad action (press, move, lift) It is passed to event handlers dealing with touch input.