From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Sun, 4 Sep 2011 11:51:24 +0200 Message-ID: From: david jeannot To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] plan9port: cocoa programmer needed Topicbox-Message-UUID: 18b1750e-ead7-11e9-9d60-3106f5b1d025 Last week I said: I will send my code at the end of next week: I still need time to clean it and to try to resolve some imperfections and inconsistencies. I'll be late. Last week I also said: Another thing that annoy me is that I receive swipe-up and swipe-down events only if I disable the OS X application BetterTouchTool I believed that BetterTouchTool was the culprit, but it is the opposite. Since Lion, OS X only sends horizontal swipe events: it doesn't send vertical swipe events anymore. I discovered that yesterday, after uninstalling BetterTouchTool. And there is apparently no official way to receive them: it seems to be a bug. I don't know why I receive them (more or less) when BetterTouchTool is in disable mode. I will try to detect vertical swipe gestures with lower level events: it doesn't seem too difficult. And then, urgent matters prevented me to implement setcursor() and to rework the "flush image to screen" code. So I will send my code in the next few days, unless there is a need.