| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- \hypertarget{tui_8h_source}{}\doxysection{tui.\+h}
- \label{tui_8h_source}\index{include/toolbox/tui.h@{include/toolbox/tui.h}}
- \begin{DoxyCode}{0}
- \DoxyCodeLine{1 \textcolor{preprocessor}{\#ifndef TOOLBOX\_TUI\_H}}
- \DoxyCodeLine{2 \textcolor{preprocessor}{\#define TOOLBOX\_TUI\_H}}
- \DoxyCodeLine{3 }
- \DoxyCodeLine{4 \textcolor{preprocessor}{\#include "{}toolbox/vec2/vec2\_uint16.h"{}}}
- \DoxyCodeLine{5 }
- \DoxyCodeLine{6 \textcolor{preprocessor}{\#include <stdint.h>}}
- \DoxyCodeLine{7 \textcolor{preprocessor}{\#include <sys/cdefs.h>}}
- \DoxyCodeLine{8 \textcolor{preprocessor}{\#include <sys/types.h>}}
- \DoxyCodeLine{9 }
- \DoxyCodeLine{10 \textcolor{preprocessor}{\#ifdef TOOLBOX\_TYPEDEF}}
- \DoxyCodeLine{11 \textcolor{keyword}{typedef} \textcolor{keyword}{struct }\mbox{\hyperlink{structwindow}{window}} window\_st;}
- \DoxyCodeLine{12 \textcolor{preprocessor}{\#endif}}
- \DoxyCodeLine{13 }
- \DoxyCodeLine{14 \textcolor{keyword}{struct }\mbox{\hyperlink{structwindow}{window}};}
- \DoxyCodeLine{15 }
- \DoxyCodeLine{16 \_\_attribute\_\_((\_\_deprecated\_\_(\textcolor{stringliteral}{"{}This is trash"{}})))}
- \DoxyCodeLine{17 struct \mbox{\hyperlink{structwindow}{window}}* win\_create(\textcolor{keywordtype}{void});}
- \DoxyCodeLine{18 \_\_attribute\_\_((\_\_deprecated\_\_("{}This is trash"{})))}
- \DoxyCodeLine{19 \textcolor{keywordtype}{void} win\_destroy(struct \mbox{\hyperlink{structwindow}{window}} **self);}
- \DoxyCodeLine{20 }
- \DoxyCodeLine{21 \_\_attribute\_\_((\_\_deprecated\_\_("{}This is trash"{})))}
- \DoxyCodeLine{22 \textcolor{keywordtype}{void} tui\_open(const struct \mbox{\hyperlink{structwindow}{window}} *self);}
- \DoxyCodeLine{23 \_\_attribute\_\_((\_\_deprecated\_\_("{}This is trash"{})))}
- \DoxyCodeLine{24 \textcolor{keywordtype}{void} tui\_close(const struct \mbox{\hyperlink{structwindow}{window}} *self);}
- \DoxyCodeLine{25 \_\_attribute\_\_((\_\_deprecated\_\_("{}This is trash"{})))}
- \DoxyCodeLine{26 \textcolor{keywordtype}{void} tui\_clear(const struct \mbox{\hyperlink{structwindow}{window}} *self);}
- \DoxyCodeLine{27 \_\_attribute\_\_((\_\_deprecated\_\_("{}This is trash"{})))}
- \DoxyCodeLine{28 \textcolor{keywordtype}{void} tui\_print\_rect(const struct \mbox{\hyperlink{structwindow}{window}} *self}
- \DoxyCodeLine{29 , const struct \mbox{\hyperlink{structvec2__uint16}{vec2\_uint16}} p\_cord}
- \DoxyCodeLine{30 , const struct \mbox{\hyperlink{structvec2__uint16}{vec2\_uint16}} p\_size);}
- \DoxyCodeLine{31 \_\_attribute\_\_((\_\_deprecated\_\_("{}This is trash"{})))}
- \DoxyCodeLine{32 \textcolor{keywordtype}{void} tui\_mov\_cursor(const struct \mbox{\hyperlink{structwindow}{window}} *self, const struct \mbox{\hyperlink{structvec2__uint16}{vec2\_uint16}} p\_cord);}
- \DoxyCodeLine{33 }
- \DoxyCodeLine{34 \textcolor{preprocessor}{\#endif}}
- \end{DoxyCode}
|