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 447 of file MainLoop.c.

Field Documentation

◆ contents

contenttype* tcontenttype::contents

Definition at line 450 of file MainLoop.c.

◆ itype

int tcontenttype::itype

Definition at line 448 of file MainLoop.c.

◆ next

contenttype* tcontenttype::next

Definition at line 451 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 456 of file MainLoop.c.

◆ pnext

contenttype* tcontenttype::pnext

Definition at line 452 of file MainLoop.c.

◆ render

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

Definition at line 455 of file MainLoop.c.

◆ viewport

float tcontenttype::viewport[4]

Definition at line 453 of file MainLoop.c.


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