Tiny Graphics Interfaces
|
应用对象的虚函数表(正常使用无需了解) 更多...
#include <tgi.h>
Public 成员函数 | |
void (TGIAPI *free)(TGI_Application *self) | |
void (TGIAPI *exec)(TGI_Application *self) | |
int (TGIAPI *exec_once)(TGI_Application *self) | |
TGI_Window *TGIAPI * | create_window (TGI_Application *self) |
TGI_Image *TGIAPI * | create_image (TGI_Application *self, int width, int height) |
TGI_Image *TGIAPI * | create_image_from_file (TGI_Application *self, const char *filename) |
TGI_Font *TGIAPI * | create_font (TGI_Application *self, const char *name, float size, TGI_FontStyle style) |
TGI_Timer *TGIAPI * | create_timer (TGI_Application *self, unsigned int delay, int type, void TGIAPI callback(TGI_Timer *timer)) |
应用对象的虚函数表(正常使用无需了解)