rodolforg
rodolforg
@KartikWatts could you please re-add the old feature but now when user presses `ctrl`+`scroll`?
All the tests includes this header test_base.h
Hm... Failed again. Maybe this helps: https://stackoverflow.com/questions/1617877/how-to-detect-llvm-and-its-version-through-define-directives Maybe: ```c++ #if !defined(__APPLE__) && !defined(__clang__) || __clang_major__ == 6 ```
Another way to work around this issue is do not use context at all at libusb_init() and libust_exit(), just passing NULL also on both.