Other Stream Functions
Other Stream Functions — Miscellaneous functions for streams
|
|
Includes
#include <libchimara/glk.h>
Description
This section includes functions for streams that don't fit anywhere else.
Functions
glk_stream_get_rock ()
glui32
glk_stream_get_rock (strid_t str
);
Retrieves the stream str
's rock value.
See Rocks.
Window streams always have rock 0; all other streams return whatever rock you
created them with.