input events on Area2D is now supported

also added a demo showing how this works
This commit is contained in:
Juan Linietsky
2015-03-22 01:46:18 -03:00
parent 40496dd76a
commit c6c72a3c37
23 changed files with 392 additions and 6 deletions

View File

@ -249,6 +249,7 @@ public:
void set_use_parent_material(bool p_use_parent_material);
bool get_use_parent_material() const;
InputEvent make_input_local(const InputEvent& pevent) const;
CanvasItem();
~CanvasItem();