pureqml / controls

Miscellaneous platform-independent components library for PureQML
MIT License
24 stars 15 forks source link

Remove keypressing code from WebSocketClient #18

Closed whoozle closed 4 years ago

whoozle commented 4 years ago

there's no need of any higher level logic there

property bool emulateKeyPressing: true;
…
if (self.emulateKeyPressing && data && data.key)
    self.pressKey(data.key)
comrat commented 4 years ago

Done e0d7bcb7c26115078c2f8bd0e673d134a796a5c5