Question #254916 on Cheerp changed:
https://answers.launchpad.net/cheerp/+question/254916

    Status: Open => Answered

Alessandro Pignotti proposed the following answer:
EventTarget is a base class for the Node class which is itself the base
class for Element. You can get the corresponding Element object by
doing:

client::Element* element=(client::Element*)event->get_target();

If you want to see the API documentation of the C++ browser interface
you can a look here

http://leaningtech.com/API/

-- 
You received this question notification because you are a member of
Leaningtech Team, which is an answer contact for Cheerp.

-- 
Mailing list: https://launchpad.net/~leaningtech-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~leaningtech-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to