Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
al_release_haptic(3)	   Library Functions Manual	  al_release_haptic(3)

NAME
       al_release_haptic - Allegro 5 API

SYNOPSIS
	      #include <allegro5/allegro.h>

	      bool al_release_haptic(ALLEGRO_HAPTIC *haptic)

DESCRIPTION
       Releases	 the haptic device and its resources when it's not needed any-
       more.  Should also be used in case the joystick configuration  changed,
       such  as	 when a	joystick is hot	plugged.  This function	also automati-
       cally releases all haptic effects that are still	uploaded to the	device
       and that	have not been released	manually  using	 al_release_haptic_ef-
       fect(3).

       Returns	true  on success or false if the haptic	device couldn't	be re-
       leased for any reason, such as NULL being passed, the device not	 being
       active or failure in the	driver.

SINCE
       5.1.8

	      [Unstable	 API]: Perhaps could be	simplified due to limited sup-
	      port for all the exposed features	across all of  the  platforms.
	      Awaiting feedback	from users.

Allegro	reference manual				  al_release_haptic(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=al_release_haptic&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help