LMMS
Loading...
Searching...
No Matches
win.h File Reference
#include "internal.h"
#include "pugl/pugl.h"
#include <windows.h>
#include <stdbool.h>

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 Documentation

◆ PuglWinPFD

typedef PIXELFORMATDESCRIPTOR PuglWinPFD

Function Documentation

◆ puglWinConfigure()

◆ puglWinCreateWindow()

PUGL_WARN_UNUSED_RESULT PUGL_API PuglStatus puglWinCreateWindow ( PuglView * view,
const char * title,
HWND * hwnd,
HDC * hdc )

◆ puglWinEnter()

◆ puglWinGetPixelFormatDescriptor()

PUGL_API PuglWinPFD puglWinGetPixelFormatDescriptor ( const PuglHints hints)

◆ puglWinLeave()