aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/extantz.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-03-13 20:05:53 +1000
committerDavid Walter Seikel2016-03-13 20:05:53 +1000
commit3729e986a4e1f93b0a5209d61ede1dfe59019664 (patch)
treebf487cbd960cb6bdb4c537c17abb2ca39cd31163 /src/extantz/extantz.h
parentUpdate to new eo_* syntax. (diff)
downloadSledjHamr-3729e986a4e1f93b0a5209d61ede1dfe59019664.zip
SledjHamr-3729e986a4e1f93b0a5209d61ede1dfe59019664.tar.gz
SledjHamr-3729e986a4e1f93b0a5209d61ede1dfe59019664.tar.bz2
SledjHamr-3729e986a4e1f93b0a5209d61ede1dfe59019664.tar.xz
Different way of dealing with object popups, run a timer, check for mouse inactivity.
Diffstat (limited to '')
-rw-r--r--src/extantz/extantz.h7
1 files changed, 7 insertions, 0 deletions
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
139{ 139{
140 Evas *evas; 140 Evas *evas;
141 Evas_Object *image, *image_e; // Our Elm image, and it's Evas image. 141 Evas_Object *image, *image_e; // Our Elm image, and it's Evas image.
142
143 Evas_Coord x, y, w, h; // Position and size of our render image.
144 int scene_w, scene_h; // Size of the scene.
145
146 int tick; // For tracking mouse movements for tooltips.
147 Evas_Coord mouse_x, mouse_y;
148
142 Eo *scene; 149 Eo *scene;
143 Eo *root_node; 150 Eo *root_node;
144 Eo *camera_node; 151 Eo *camera_node;