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

FreeBSD Manual Pages

  
 
  

home | help
install_keyboard_hooks(3)	Allegro	manual	     install_keyboard_hooks(3)

NAME
       install_keyboard_hooks  -  Installs custom keyboard hooks. Allegro game
       programming library.

SYNOPSIS
       #include	<allegro.h>

       void install_keyboard_hooks(int (*keypressed)(),	int (*readkey)());

DESCRIPTION
       You should only use this	function if you	*aren't* using the rest	of the
       keyboard	handler. It should be called  in  the  place  of  install_key-
       board(),	and lets you provide callback routines to detect and read key-
       presses,	 which	will  be  used	by the main keypressed() and readkey()
       functions. This can be useful if	you want to  use  Allegro's  GUI  code
       with a custom keyboard handler, as it provides a	way for	the GUI	to get
       keyboard	 input	from your own code, bypassing the normal Allegro input
       system.

SEE ALSO
       install_keyboard(3), keypressed(3), readkey(3)

Allegro				 version 4.4.3	     install_keyboard_hooks(3)

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

home | help