quangthanh010290 / keyboard_mouse_emulate_on_raspberry

Bluetooth Keyboard Mouse Emulator on Raspberry Pi
https://thanhlev.github.io/
MIT License
289 stars 98 forks source link

Remove GTK Dependency #5

Closed neil-benn closed 4 years ago

neil-benn commented 5 years ago

Hello,

Love the app - have it running and working it through on an RPi Zero W. One thing I'd like to do is to remove the GTK dependency however I'm not too with it on GTK but I have worked out that the gtk.main() call starts some kind of event loop that the rest of the code depends on. I think I can use glib to start this which has no gtk dependency. If you have any pointers I'd be very grateful for any help!

Thanks.