COSTouchVisualizer icon indicating copy to clipboard operation
COSTouchVisualizer copied to clipboard

How can I switch between visibility mode?

Open S2V opened this issue 7 years ago • 4 comments

How can I switch between visibility mode? Before refactoring to modern Objective-C, visibility was controlled - (BOOL)isActive method. But after refactoring - we have read-only COSTouchVisualizerWindowTouchVisibility.

S2V avatar Jan 30 '18 14:01 S2V

You should be using the tag, not the latest master. I'm trying to clean this up to make it easier to read. I got started, but I'm not done. I'm trying to clean it up and still maintain backwards compatibility :).

joeblau avatar Jan 30 '18 18:01 joeblau

The tag is from 2015 which is buggy and there have been improvements since then. Mind releasing a new tag at commit ad729c993de213ccb6be6af30c4bb5730293231c ?

LeoNatan avatar Feb 17 '19 10:02 LeoNatan

Hey, there haven't been any improvements. I'm actually working on a new library for all sensors in Swift, but I've been waiting on Source / ABI stability to release it. Next weekend I'll cut a new tag with the updates.

joeblau avatar Feb 18 '19 22:02 joeblau

Looking at the commits, there have been several fixes:

https://github.com/conopsys/COSTouchVisualizer/commit/82c21958e12b06f2a5b83066717291bc53d5cbb3 https://github.com/conopsys/COSTouchVisualizer/commit/21f7f1af4ff6eafeaa807aa2d2844770b914d0a6 https://github.com/conopsys/COSTouchVisualizer/commit/59992972e0ee0073054f01035c67a70a9efeacea

LeoNatan avatar Feb 18 '19 23:02 LeoNatan