You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
971 B
XML
30 lines
971 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!DOCTYPE Function SYSTEM "function.dtd">
|
|
<?xml-stylesheet type="text/xsl" href="function.xsl"?>
|
|
<Function>
|
|
<f>
|
|
<Funktionsname>llgfx_CrearScreen</Funktionsname>
|
|
<Beschreibung>Löscht Backbuffer. Default rectangle = VD, bzw ganzer Schirm wenn VD nicht gesetzt</Beschreibung>
|
|
<Returnwert>
|
|
<Typ>int</Typ>
|
|
<Beschreibung>0 wenn erfolgreich</Beschreibung>
|
|
</Returnwert>
|
|
<Parameter>
|
|
<Arg>
|
|
<Typ>long</Typ>
|
|
<Variablename>color</Variablename>
|
|
<Beschreibung>Löschfarbe</Beschreibung>
|
|
</Arg>
|
|
<Arg>
|
|
<Typ>llgfx_sRECT*</Typ>
|
|
<Variablename>dstrect</Variablename>
|
|
<Beschreibung>optionales ziel rectangle</Beschreibung>
|
|
</Arg>
|
|
</Parameter>
|
|
<Location>
|
|
<Headerfile>llgfx.h</Headerfile>
|
|
<Sourcefile>llgfx.cpp</Sourcefile>
|
|
</Location>
|
|
</f>
|
|
</Function>
|