FScreenReaderApplicationMessageHandlerBase::OnControllerButtonPressed

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FGenericApplicationMessageHandler::OnControllerButtonPressed()

FScreenReaderApplicationMessageHandlerBase::OnControllerButtonPressed()

References

Module

ScreenReader

Header

/Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Public/GenericPlatform/ScreenReaderApplicationMessageHandlerBase.h

Include

#include "GenericPlatform/ScreenReaderApplicationMessageHandlerBase.h"

Source

/Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Private/GenericPlatform/ScreenReaderApplicationMessageHandlerBase.cpp

Syntax

virtual bool OnControllerButtonPressed
(
    FGamepadKeyNames::Type KeyName,
    int32 ControllerId,
    bool IsRepeat
)