Re: [Ardev-users] mouse clicks in ARDev
Status: Beta
Brought to you by:
thjc
From: Toby C. <tco...@pl...> - 2009-10-05 11:17:21
|
Hi Alex, Dan Brooker added an event system to Ardev last summer. Basically ARdev objects can register to recieve certain events, and anything can publish them. The best example of the events that are generated is probably in output_x11.cpp The main class involved is the 'EventObject' class. You may need to extend this functionality for your own purposes, but at least it should give you a start. Toby 2009/10/2 Alex Kozlov <ak...@au...> > Hi, is there any support for detecting mouse clicks in ARDev? As in, > the user clicks inside the visualisation window, can I detect the > click and the location of the pointer? Maybe you can point me to the > classes/documentation I need to look at. > Thanks, > Alex Kozlov > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Ardev-users mailing list > Ard...@li... > https://lists.sourceforge.net/lists/listinfo/ardev-users > |