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

FreeBSD Manual Pages

  
 
  

home | help
al_android...s_interface(3) Library Functions Manual al_android...s_interface(3)

NAME
     al_android_set_apk_fs_interface - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro_android.h>

	    void al_android_set_apk_fs_interface(void)

DESCRIPTION
     This  function  will  set	up a custom ALLEGRO_FS_INTERFACE(3) which allows
     working within the APK filesystem.  The filesystem root is your assets  di-
     rectory and there is read-only access to all files within.

	    Note: Some things like querying file size or attributes are not sup-
	    ported by this.  You can always use the PhysFS addon to open the APK
	    file (it is just a regular .zip file) and get more complete informa-
	    tion.

SINCE
     5.1.13

Allegro reference manual			     al_android...s_interface(3)

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

home | help