Owner: sensory_lib
This library handles the displaying of grahpics and (not verified) sound ind Glk/Glulx.
Used classes:
Operations:
- public SGGInitialise ( res in boolean ) :
- public IdentifyGlkObject ( phase in integer, type in integer, ref in integer, rock in integer, res in boolean, id in integer ) :
- public HandleGlkEvent ( ev in undefined, context in integer ) :
- public TestGraphics ( res in integer ) return boolean :
- public TestGraphicsWin ( res in integer ) return boolean :
- public TestGraphicsText ( res in integer ) return boolean :
- public TestSound ( res in integer ) return boolean :
- public TestVolume ( res in integer ) return boolean :
- public PlaySound ( chan in integer, sndid in integer, repeat in boolean, res in boolean ) :
- public SetWindLevel ( val in integer, paranoid in boolean, chan in integer, oldval in integer ) :
- public SetPaintingWin ( val in integer ) :
- public RedrawPaintingWin ( res in integer, wid in integer, hgt in integer, imwid in integer, imhgt in integer, realwid in integer, realhgt in integer, xoffs in integer, yoffs in integer ) :
- public TextImage ( alt in char, image in integer, align in integer, res in integer, imageok in boolean ) :
- public ErrTextImageNoRsc ( picture in integer ) :
- public PicturesOnSub () :
- public PicturesOffSub () :
- public PicturesTallSub () :
- public PicturesSmallSub () :
- public PicturesNoScaleSub () :
- public PicturesNewSize () :
Attributes:
- public boolean PicturesActive:
Sub-classes:
public ErrTextImageNoRsc (
picture in integer )
Prints the error message if the text (char) image resource was not found.
Parameters: