Disable native hook for now
authorTomas Wenström <tomas.wenstrom@gmail.com>
Wed, 27 Nov 2019 21:53:24 +0000 (22:53 +0100)
committerTomas Wenström <tomas.wenstrom@gmail.com>
Wed, 27 Nov 2019 21:53:24 +0000 (22:53 +0100)
src/kaka/cakelight/CakeLight.java

index 65d325c..8156833 100644 (file)
@@ -36,7 +36,7 @@ public class CakeLight {
     public void startLoop() {
         Console console = Console.start(this, config);
         PipeController.start(console);
-        initNativeHook();
+//        initNativeHook();
         // TODO
 //        FrameGrabber grabber = FrameGrabber.from(config);
 //        grabber.prepare();