|
LMMS
|
Go to the source code of this file.
Classes | |
| struct | PuglWorldInternalsImpl |
| struct | PuglInternalsImpl |
Typedefs | |
| typedef PIXELFORMATDESCRIPTOR | PuglWinPFD |
Functions | |
| PUGL_API PuglWinPFD | puglWinGetPixelFormatDescriptor (const PuglHints hints) |
| PUGL_WARN_UNUSED_RESULT PUGL_API PuglStatus | puglWinCreateWindow (PuglView *view, const char *title, HWND *hwnd, HDC *hdc) |
| PUGL_WARN_UNUSED_RESULT PUGL_API PuglStatus | puglWinConfigure (PuglView *view) |
| PUGL_WARN_UNUSED_RESULT PUGL_API PuglStatus | puglWinEnter (PuglView *view, const PuglExposeEvent *expose) |
| PUGL_WARN_UNUSED_RESULT PUGL_API PuglStatus | puglWinLeave (PuglView *view, const PuglExposeEvent *expose) |
| typedef PIXELFORMATDESCRIPTOR PuglWinPFD |
| PUGL_WARN_UNUSED_RESULT PUGL_API PuglStatus puglWinConfigure | ( | PuglView * | view | ) |
| PUGL_WARN_UNUSED_RESULT PUGL_API PuglStatus puglWinCreateWindow | ( | PuglView * | view, |
| const char * | title, | ||
| HWND * | hwnd, | ||
| HDC * | hdc ) |
| PUGL_WARN_UNUSED_RESULT PUGL_API PuglStatus puglWinEnter | ( | PuglView * | view, |
| const PuglExposeEvent * | expose ) |
| PUGL_API PuglWinPFD puglWinGetPixelFormatDescriptor | ( | const PuglHints | hints | ) |
| PUGL_WARN_UNUSED_RESULT PUGL_API PuglStatus puglWinLeave | ( | PuglView * | view, |
| const PuglExposeEvent * | expose ) |