On Mon, 17 Oct 2011 19:42:55 +1000 David Seikel <onef...@gmail.com> said:

> On Mon, 17 Oct 2011 17:03:32 +0900 Carsten Haitzler (The Rasterman)
> <ras...@rasterman.com> wrote:
> 
> > On Mon, 17 Oct 2011 17:50:49 +1000 David Seikel <onef...@gmail.com>
> > said:
> > 
> > > On Mon, 17 Oct 2011 13:37:34 +0900 Carsten Haitzler (The Rasterman)
> > > <ras...@rasterman.com> wrote:
> > > 
> > > > we just
> > > > have 2 kinds of down/move/up events (mouse and multi) where mouse
> > > > is the core pointer or first touch and multi is all the extras
> > > > (that as anon-touch app you don't need to look at).
> > > 
> > > Hmmm, how does things like graphics tablets fit into that?
> > 
> > i assume you mean wacom? they fit in. they are just a "mouse" with
> > position - you can fake it as mouse button 1, 2, 3, 4, 5, 6, 7, 8, 9,
> > 10, 1 or whatever or give a special device handle (that currently we
> > have no api to query). multi events also contain pressure, angle,
> > radius, device id too. device id 0 is a special reserved id meaning
> > "also core pointer". right now nothing produces both mouse and multi
> > events for core pointer, just one or the other.
> 
> Yes, I did mean wacom style graphics tablets.  I also was more
> wondering about it configured to not be a core pointer.  We could have
> two devices (mouse and tablet stylus), both of which could be being used
> at once.

right now nothing in ecore (and evas) can detect and expose something like this
explicitly or even at all. it would need to be added and new events like
"stylus" events if you really wanted that.


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to