Navigation
API > API/Plugins > API/Plugins/ScreenReader > API/Plugins/ScreenReader/FScreenReaderApplicationMessageH-
Description
Sets whether mouse events should be intercepted and processed. If false, the mouse events will bubble straight down to the target message handler.
| Name | SetProcessMouseInput |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Public/GenericPlatform/ScreenReaderApplicationMessageHandlerBase.h |
| Include Path | #include "GenericPlatform/ScreenReaderApplicationMessageHandlerBase.h" |
void SetProcessMouseInput
(
bool bInProcessMouseInput
)