On Wed, 30 May 2012 10:31:51 +0900 Kim Shinwoo <[email protected]> said:

> Thanks for your response!
> 
> Yeap.. I have attached newly made patch based on the access module.
> to convey "mouse in" event to the widget when you move your finger(or mouse).

hmmm. no. this is bad. we're sending lots of mouse in's with no mouse out's to
match :( i am not sure this is the right solution. (your patch is almost al
whitespace changes too!) :( at least send a mouse in then out. also getting
pointer x,y each move is a round trip to the server. you should use the ecore
move event x, y info in the event struct (mouse move event info).

> Thanks,
> Shinwoo Kim.
> 
> *PS:
> To show gratitude.. I convey the awesome link from Hyundai Motor
> Group, in Yeosu expo. Look carefully the moving wall!!
> http://www.youtube.com/watch?v=TRQdbUflHA0
> 
> 
> 2012/5/23 Carsten Haitzler <[email protected]>:
> > On Thu, 3 May 2012 17:24:10 +0900 cnook <[email protected]> said:
> >
> > reject! :) see access module + ecore_x_illume commands to drive widget
> > walking etc. :) u need this to be out-of-window as the whole screen has to
> > catch events.
> >
> >> Dear All, Hello.
> >>
> >> I would like to add accessibility feature for the mobile device.
> >> The mobile device environment is different with desktop environment.
> >> On the desktop environment, you can make MOUSE_IN event without previous
> >> MOUSE_DOWN event.
> >> but.. on the mobile device environment, you should start with MOUSE_DOWN
> >> event first and make MOUSE_IN event.
> >>
> >> Raster.. knows this issue.. so he had supported a new mode
> >> EVAS_OBJECT_POINTER_MODE_NOGRAB_NO_REPEAT_UPDOWN.
> >> Thanks for your help.. but on the attached patch, I just use the
> >> EVAS_OBJECT_POINTER_MODE_NOGRAB instead of it.
> >>
> >> You cannot test full features of this on the desktop environment... because
> >> there are some issue related with MOUSE events.
> >> And the patch is just initial.. (or draft) version of the accessibility on
> >> the mobile device. Please review the patch. Thanks.
> >>
> >> Sincerely,
> >> Shinwoo Kim.
> >
> >
> > --
> > ------------- Codito, ergo sum - "I code, therefore I am" --------------
> > The Rasterman (Carsten Haitzler)    [email protected]
> >
> >
> > ------------------------------------------------------------------------------
> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and
> > threat landscape has changed and how IT managers can respond. Discussions
> > will include endpoint security, mobile security and the latest in malware
> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > _______________________________________________
> > enlightenment-devel mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [email protected]


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to