Re: [E-devel] Pen support in EFL?

2014-09-15 Thread Jason Gerecke
It probably wouldn't be too hard to make this API work for reporting joystick axes. I'm not familiar with how joysticks report their position, but if it is in angles then TILT/ORIENTATION/TWIST already have the basic axes covered. Additional joystick-specific axes (e.g. THROTTLE, RUDDER, etc.)

Re: [E-devel] Pen support in EFL?

2014-09-15 Thread David Seikel
On Mon, 15 Sep 2014 13:22:49 -0700 Jason Gerecke killert...@gmail.com wrote: It probably wouldn't be too hard to make this API work for reporting joystick axes. I'm not familiar with how joysticks report their position, but if it is in angles then TILT/ORIENTATION/TWIST already have the basic

Re: [E-devel] Pen support in EFL?

2014-09-10 Thread Kim Shinwoo
I love this thread. B-] I'd like to add newly defined events for the Joystick. It needs information such as Id, Index, Buttons, Axises, Connection(Disconnection) and so on. You could find such information from the W3C(http://www.w3.org/TR/gamepad/) also. This thread would be a good reference

Re: [E-devel] Pen support in EFL?

2014-09-09 Thread Jason Gerecke
I've finished making the requested updates, but forgot to check to see what your thoughts are about the coordinate system used in the events. Right now data is being passed through pretty much as-is, but this might not be appropriate if a window has been rotated. I assume we want to adjust the

Re: [E-devel] Pen support in EFL?

2014-08-30 Thread Jason Gerecke
On Fri, Aug 29, 2014 at 7:25 PM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 29 Aug 2014 13:18:37 -0700 Jason Gerecke killert...@gmail.com said: review below. btw. it'd be really awesome if you could use arc to land these patches for review. this is part of our getting organized and

Re: [E-devel] Pen support in EFL?

2014-08-30 Thread The Rasterman
On Sat, 30 Aug 2014 18:37:13 -0700 Jason Gerecke killert...@gmail.com said: On Fri, Aug 29, 2014 at 7:25 PM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 29 Aug 2014 13:18:37 -0700 Jason Gerecke killert...@gmail.com said: review below. btw. it'd be really awesome if you could

Re: [E-devel] Pen support in EFL?

2014-08-29 Thread Jason Gerecke
Its been quite a while since my first patches were sent, so unsurprisingly they no longer apply to the master branch. I've attached an updated patchset which has been rebased and should work once more. Hopefully it makes reviewing the code a bit more attractive to those who've been standing on the

Re: [E-devel] Pen support in EFL?

2014-08-29 Thread The Rasterman
On Fri, 29 Aug 2014 13:18:37 -0700 Jason Gerecke killert...@gmail.com said: Its been quite a while since my first patches were sent, so unsurprisingly they no longer apply to the master branch. I've attached an updated patchset which has been rebased and should work once more. Hopefully it

Re: [E-devel] Pen support in EFL?

2014-08-29 Thread The Rasterman
On Fri, 29 Aug 2014 13:18:37 -0700 Jason Gerecke killert...@gmail.com said: review below. btw. it'd be really awesome if you could use arc to land these patches for review. this is part of our getting organized and using tools to make sure patches don't vanish in an inbox. :) there is a special

Re: [E-devel] Pen support in EFL?

2014-06-06 Thread Thomas Strobel
On 06/05/2014 10:02 PM, Jason Gerecke wrote: On Wed, Mar 19, 2014 at 5:44 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 19 Mar 2014 17:19:39 -0700 Jason Gerecke killert...@gmail.com said: On Tue, Feb 25, 2014 at 5:24 PM, Jason Gerecke killert...@gmail.com wrote: On Thu, Jan 30,

Re: [E-devel] Pen support in EFL?

2014-06-05 Thread Jason Gerecke
On Wed, Mar 19, 2014 at 5:44 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 19 Mar 2014 17:19:39 -0700 Jason Gerecke killert...@gmail.com said: On Tue, Feb 25, 2014 at 5:24 PM, Jason Gerecke killert...@gmail.com wrote: On Thu, Jan 30, 2014 at 12:16 AM, Carsten Haitzler

Re: [E-devel] Pen support in EFL?

2014-03-19 Thread Jason Gerecke
On Tue, Feb 25, 2014 at 5:24 PM, Jason Gerecke killert...@gmail.com wrote: On Thu, Jan 30, 2014 at 12:16 AM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 16 Dec 2013 15:56:56 -0800 Jason Gerecke killert...@gmail.com said: finally coming back to this. christmas/new years etc. has kept

Re: [E-devel] Pen support in EFL?

2014-03-19 Thread The Rasterman
On Wed, 19 Mar 2014 17:19:39 -0700 Jason Gerecke killert...@gmail.com said: On Tue, Feb 25, 2014 at 5:24 PM, Jason Gerecke killert...@gmail.com wrote: On Thu, Jan 30, 2014 at 12:16 AM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 16 Dec 2013 15:56:56 -0800 Jason Gerecke

Re: [E-devel] Pen support in EFL?

2014-02-25 Thread Jason Gerecke
On Thu, Jan 30, 2014 at 12:16 AM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 16 Dec 2013 15:56:56 -0800 Jason Gerecke killert...@gmail.com said: finally coming back to this. christmas/new years etc. has kept me busy along with other things and this mail has been on my todo. it's one

Re: [E-devel] Pen support in EFL?

2014-02-25 Thread David Seikel
Somehow I missed this. On Thu, 30 Jan 2014 17:16:10 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: ok - i get the idea. naming needs of course to be namespaced. fyi - i much prefer degrees to radians. i know. its not what sin/cos and math.h like... but its what most

Re: [E-devel] Pen support in EFL?

2014-01-30 Thread The Rasterman
On Mon, 16 Dec 2013 15:56:56 -0800 Jason Gerecke killert...@gmail.com said: finally coming back to this. christmas/new years etc. has kept me busy along with other things and this mail has been on my todo. it's one of 3 last outstanding ones to e-devel. Hello again! Had some other priorities

Re: [E-devel] Pen support in EFL?

2014-01-30 Thread The Rasterman
On Sat, 28 Dec 2013 11:44:30 -0800 Jason Gerecke killert...@gmail.com said: 0001 - ok 0002 - i smell problems maybe... i'd have to test - but that code specifically was written to detect and mpx-style setup as well as xi2.2 etc. an this may break it. 0003 - as per my mail erply to your previous

Re: [E-devel] Pen support in EFL?

2013-12-16 Thread Jason Gerecke
Hello again! Had some other priorities come up, and then vacation, but I've recently gotten back to scratching my head and poking around the code. My idea at the moment is to create a new axis updated event/callback. Applications that register for it would be notified whenever a device axis

Re: [E-devel] Pen support in EFL?

2013-10-03 Thread The Rasterman
On Wed, 2 Oct 2013 22:28:54 -0700 Jason Gerecke killert...@gmail.com said: On Wed, Oct 2, 2013 at 8:21 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 2 Oct 2013 13:59:47 -0700 Jason Gerecke killert...@gmail.com said: 3 things here. 1. for general device queries (get name,

Re: [E-devel] Pen support in EFL?

2013-10-03 Thread Rafael Antognolli
On Thu, Oct 3, 2013 at 7:58 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 2 Oct 2013 22:28:54 -0700 Jason Gerecke killert...@gmail.com said: On Wed, Oct 2, 2013 at 8:21 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 2 Oct 2013 13:59:47 -0700 Jason Gerecke

[E-devel] Pen support in EFL?

2013-10-02 Thread Jason Gerecke
Hello, I'm a developer for the linuxwacom project. For the past few weeks I've been reading up on Tizen, which is a new Linux-based OS for mobile devices. Since its quite similar to other Linux distributions, I've been trying to figure out how to get pen data up to apps. Tizen apps are written in

Re: [E-devel] Pen support in EFL?

2013-10-02 Thread Rafael Antognolli
Hi Jason, On Wed, Oct 2, 2013 at 5:59 PM, Jason Gerecke killert...@gmail.com wrote: Hello, I'm a developer for the linuxwacom project. For the past few weeks I've been reading up on Tizen, which is a new Linux-based OS for mobile devices. Since its quite similar to other Linux distributions,

Re: [E-devel] Pen support in EFL?

2013-10-02 Thread Jason Gerecke
On Wed, Oct 2, 2013 at 2:18 PM, Rafael Antognolli antogno...@gmail.com wrote: Hi Jason, On Wed, Oct 2, 2013 at 5:59 PM, Jason Gerecke killert...@gmail.com wrote: Hello, I'm a developer for the linuxwacom project. For the past few weeks I've been reading up on Tizen, which is a new

Re: [E-devel] Pen support in EFL?

2013-10-02 Thread The Rasterman
On Wed, 2 Oct 2013 13:59:47 -0700 Jason Gerecke killert...@gmail.com said: 3 things here. 1. for general device queries (get name, description, device classes etc.) there is already an evas_device api. right now though nothng populates the evas device information from lower levels (xi/xi2, etc.

Re: [E-devel] Pen support in EFL?

2013-10-02 Thread Jason Gerecke
On Wed, Oct 2, 2013 at 8:21 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 2 Oct 2013 13:59:47 -0700 Jason Gerecke killert...@gmail.com said: 3 things here. 1. for general device queries (get name, description, device classes etc.) there is already an evas_device api. right now