/*
 * call-seq:
 *   cursor_visible=boolean
 *
 * Makes the mouse cursor visible or hides it.
 * The cursor will automatically get visible, if mouse is moved.
 */
static VALUE vp_set_cursor_visible(VALUE self, VALUE value) {