tui_8h_source.tex 2.8 KB

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