input/ti: avoid sending events to inactive TIs

ref https://github.com/hyprwm/Hyprland/discussions/12105
This commit is contained in:
Vaxry 2026-01-01 14:48:32 +01:00
parent 48a024e032
commit bd7f9aad05
No known key found for this signature in database
GPG key ID: 665806380871D640
3 changed files with 10 additions and 0 deletions

View file

@ -29,6 +29,7 @@ class CTextInput {
void onCommit();
void onReset();
bool isEnabled();
bool hasCursorRectangle();
CBox cursorBox();