NAME
====
  vg_mouse_found() - check whether a mouse is found


SYNOPSIS
========
  int vg_mouse_found(void)


DESCRIPTION
===========
  Checks whether a mouse is connected and can be used
  (currently for X-window it returns always "yes").


RETURN VALUE
============
  If a mouse is found, it returns 1,
  if no mouse is found, it returns 0.


SEE ALSO
========
  Index
  Understanding window and key
  vg_key_discard()
  vg_key_update()
  vg_key_pressed()
  vg_mouse_x()
  vg_mouse_y()
  vg_mouse_pressed()
  vg_mouse_speed()