mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Re-enable text input when selecting a text box if OSK was dismissed
This commit is contained in:
@@ -781,6 +781,9 @@ namespace PortabilityLayer
|
||||
|
||||
if (mouseEvent.m_eventType == GpMouseEventTypes::kUp)
|
||||
{
|
||||
// Re-enable text input if it was dismissed
|
||||
PortabilityLayer::HostSystemServices::GetInstance()->SetTextInputEnabled(true);
|
||||
|
||||
m_caratScrollLocked = false;
|
||||
m_isDraggingSelection = false;
|
||||
return WidgetHandleStates::kDigested;
|
||||
|
||||
Reference in New Issue
Block a user