FreeWRL / FreeX3D 4.3.0
tcontenttype Struct Reference

Data Fields

int itype
 
contenttypecontents
 
contenttypenext
 
contenttypepnext
 
float viewport [4]
 
void(* render )(void *self)
 
int(* pick )(void *self, int mev, int butnum, int mouseX, int mouseY, unsigned int ID, int windex)
 

Detailed Description

Definition at line 458 of file MainLoop.c.

Field Documentation

◆ contents

contenttype* tcontenttype::contents

Definition at line 461 of file MainLoop.c.

◆ itype

int tcontenttype::itype

Definition at line 459 of file MainLoop.c.

◆ next

contenttype* tcontenttype::next

Definition at line 462 of file MainLoop.c.

◆ pick

int(* tcontenttype::pick) (void *self, int mev, int butnum, int mouseX, int mouseY, unsigned int ID, int windex)

Definition at line 467 of file MainLoop.c.

◆ pnext

contenttype* tcontenttype::pnext

Definition at line 463 of file MainLoop.c.

◆ render

void(* tcontenttype::render) (void *self)

Definition at line 466 of file MainLoop.c.

◆ viewport

float tcontenttype::viewport[4]

Definition at line 464 of file MainLoop.c.


The documentation for this struct was generated from the following file: