Logitech-LCD
Logitech-LCD copied to clipboard
Creating an applet
Hello, Great project! I am currently using this to create a program that will cycle between various color schemes on the keyboard. I would like this to be an applet on the keyboard as one of the options that pops up. However, it seems that there is a dependency on the LogitechKeyboardManager.Init where it needs a handle on the window.
My question(s) is this:
-
How can I use this library to to create an applet when there is a dependency for a handle on the window that is executing the program? Will the window be the one that is displayed on the LCD screen?
-
How could I remove the handle dependency? It looks like that you are using the window Handle as a device event notifier. Are there other notifiers that we can use that do not need to be associated with a window?