Minor fixes for virtual input devices
This commit is contained in:
parent
2a20cf5379
commit
aefc34b405
4 changed files with 12 additions and 5 deletions
|
|
@ -120,6 +120,9 @@ public:
|
|||
|
||||
CWindow* m_pFollowOnDnDBegin = nullptr;
|
||||
|
||||
// for virtual keyboards: whether we should respect them as normal ones
|
||||
bool shouldIgnoreVirtualKeyboard(SKeyboard*);
|
||||
|
||||
private:
|
||||
|
||||
// for click behavior override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue