function setTargetCursor()
  g_window.setMouseCursor('/core_styles/icons/targetcursor.png', {x=9,y=9})
end

function restoreCursor()
  g_window.restoreMouseCursor()
end