From 46de350fd18dfee3d2d4611f46efbcde96b936c4 Mon Sep 17 00:00:00 2001 From: KaizIqbal <24286590+KaizIqbal@users.noreply.github.com> Date: Tue, 28 Jul 2020 12:23:56 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=BC=20Hotspots=20data=20init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hotspots.json | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 hotspots.json diff --git a/hotspots.json b/hotspots.json new file mode 100644 index 0000000..d84e8c1 --- /dev/null +++ b/hotspots.json @@ -0,0 +1,63 @@ +{ + "hotspots": { + "X_Cursor.png": { "xhot": 50, "yhot": 30 }, + "all_scroll.png": { "xhot": 50, "yhot": 30 }, + "bd_double_arrow.png": { "xhot": 50, "yhot": 30 }, + "bottom_left_corner.png": { "xhot": 50, "yhot": 30 }, + "bottom_right_corner.png": { "xhot": 50, "yhot": 30 }, + "bottom_side.png": { "xhot": 50, "yhot": 30 }, + "bottom_tee.png": { "xhot": 50, "yhot": 30 }, + "center_ptr.png": { "xhot": 50, "yhot": 30 }, + "circle.png": { "xhot": 50, "yhot": 30 }, + "context_menu.png": { "xhot": 50, "yhot": 30 }, + "copy.png": { "xhot": 50, "yhot": 30 }, + "cross.png": { "xhot": 50, "yhot": 30 }, + "crossed_circle.png": { "xhot": 50, "yhot": 30 }, + "crosshair.png": { "xhot": 50, "yhot": 30 }, + "dnd_ask.png": { "xhot": 50, "yhot": 30 }, + "dnd_copy.png": { "xhot": 50, "yhot": 30 }, + "dnd_link.png": { "xhot": 50, "yhot": 30 }, + "dnd_move.png": { "xhot": 50, "yhot": 30 }, + "dnd_no_drop.png": { "xhot": 50, "yhot": 30 }, + "dnd_none.png": { "xhot": 50, "yhot": 30 }, + "dotbox.png": { "xhot": 50, "yhot": 30 }, + "fd_double_arrow.png": { "xhot": 50, "yhot": 30 }, + "grabbing.png": { "xhot": 50, "yhot": 30 }, + "hand1.png": { "xhot": 50, "yhot": 30 }, + "hand2.png": { "xhot": 50, "yhot": 30 }, + "left_ptr.png": { "xhot": 50, "yhot": 30 }, + "left_ptr_watch.png": { "xhot": 50, "yhot": 30 }, + "left_side.png": { "xhot": 50, "yhot": 30 }, + "left_tee.png": { "xhot": 50, "yhot": 30 }, + "link.png": { "xhot": 50, "yhot": 30 }, + "ll_angle.png": { "xhot": 50, "yhot": 30 }, + "lr_angle.png": { "xhot": 50, "yhot": 30 }, + "move.png": { "xhot": 50, "yhot": 30 }, + "pencil.png": { "xhot": 50, "yhot": 30 }, + "plus.png": { "xhot": 50, "yhot": 30 }, + "pointer_move.png": { "xhot": 50, "yhot": 30 }, + "question_arrow.png": { "xhot": 50, "yhot": 30 }, + "right_ptr.png": { "xhot": 50, "yhot": 30 }, + "right_side.png": { "xhot": 50, "yhot": 30 }, + "right_tee.png": { "xhot": 50, "yhot": 30 }, + "sb_down_arrow.png": { "xhot": 50, "yhot": 30 }, + "sb_h_double_arrow.png": { "xhot": 50, "yhot": 30 }, + "sb_left_arrow.png": { "xhot": 50, "yhot": 30 }, + "sb_right_arrow.png": { "xhot": 50, "yhot": 30 }, + "sb_up_arrow.png": { "xhot": 50, "yhot": 30 }, + "sb_v_double_arrow.png": { "xhot": 50, "yhot": 30 }, + "tcross.png": { "xhot": 50, "yhot": 30 }, + "top_left_corner.png": { "xhot": 50, "yhot": 30 }, + "top_right_corner.png": { "xhot": 50, "yhot": 30 }, + "top_side.png": { "xhot": 50, "yhot": 30 }, + "top_tee.png": { "xhot": 50, "yhot": 30 }, + "ul_angle.png": { "xhot": 50, "yhot": 30 }, + "ur_angle.png": { "xhot": 50, "yhot": 30 }, + "vertical_text.png": { "xhot": 50, "yhot": 30 }, + "wait.png": { "xhot": 50, "yhot": 30 }, + "wayland_cursor.png": { "xhot": 50, "yhot": 30 }, + "xterm.png": { "xhot": 50, "yhot": 30 }, + "zoom_in.png": { "xhot": 50, "yhot": 30 }, + "zoom_out.png": { "xhot": 50, "yhot": 30 } + } +}