qnx_get_window
Retrieves a handle to the window used by Allegro.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-4.1build3)
- Source: allegro4.4
- Report a bug
Retrieves a handle to the window used by Allegro.
#include <allegro.h>
PtWidget_t qnx_get_window(void);
Retrieves a handle to the window used by Allegro. Note that Allegro uses an underlying window even though you don't set any graphics mode, unless you have installed the neutral system driver (SYSTEM_NONE).