Searched refs:GlutWindow (Results 1 - 7 of 7) sorted by relevance

/haiku/src/libs/glut/
H A DglutWindow.h8 * DESCRIPTION: the GlutWindow class saves all events for
20 class GlutWindow : public BGLView { class in inherits:BGLView
22 GlutWindow(GlutWindow *nparent, const char *name, int x, int y, int width,
46 GlutWindow *parent; /* parent window */
47 GlutWindow *children; /* first child window */
48 GlutWindow *siblings; /* next sibling */
115 GlutWindow *bgl;
H A DglutState.h39 GlutWindow *currentWindow; // current window
42 GlutWindow **windowList; // array of pointers to windows
H A DglutWindow.cpp34 gState.windowList = (GlutWindow **)realloc(gState.windowList,
35 gState.windowListSize * sizeof(GlutWindow *));
72 GlutWindow::GlutWindow(GlutWindow *nparent, const char *name, function in class:GlutWindow
153 // implemented in GlutWindow::MouseMoved())
178 GlutWindow *window = new GlutWindow(0, name,
187 Note: a subwindow is a GlutWindow (which is actually
198 GlutWindow *windo
[all...]
H A DglutEvent.cpp131 GlutWindow *win = gState.windowList[i];
397 * CLASS: GlutWindow
403 void GlutWindow::KeyDown(const char *s, int32 slen)
522 * CLASS: GlutWindow
528 void GlutWindow::KeyUp(const char *s, int32 slen)
643 * CLASS: GlutWindow
649 void GlutWindow::MouseDown(BPoint point)
656 * CLASS: GlutWindow
662 void GlutWindow::MouseCheck()
737 * CLASS: GlutWindow
[all...]
H A DglutMenu.h72 GlutWindow *win; // pointer to my window
H A DglutGet.cpp70 GlutWindow *children = gState.currentWindow->children;
H A Dglutint.h806 class GlutWindow; // avoid including glutWindow.h in every source file
807 void __glutSetWindow(GlutWindow * window);

Completed in 99 milliseconds