From 3729e986a4e1f93b0a5209d61ede1dfe59019664 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 13 Mar 2016 20:05:53 +1000 Subject: Different way of dealing with object popups, run a timer, check for mouse inactivity. --- src/extantz/extantz.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/extantz/extantz.h') diff --git a/src/extantz/extantz.h b/src/extantz/extantz.h index ea22879..2930642 100644 --- a/src/extantz/extantz.h +++ b/src/extantz/extantz.h @@ -139,6 +139,13 @@ typedef struct _Scene_Data { Evas *evas; Evas_Object *image, *image_e; // Our Elm image, and it's Evas image. + + Evas_Coord x, y, w, h; // Position and size of our render image. + int scene_w, scene_h; // Size of the scene. + + int tick; // For tracking mouse movements for tooltips. + Evas_Coord mouse_x, mouse_y; + Eo *scene; Eo *root_node; Eo *camera_node; -- cgit v1.1