Classes | Typedefs

src/window/header/IWindow.h File Reference

#include "Input.h"
#include "def.h"

Go to the source code of this file.

Classes

class  IWindow

Typedefs

typedef void * pCursor
typedef void * pScreen
typedef class IWindowpIWindow

Typedef Documentation

typedef void* pCursor

Definition at line 5 of file IWindow.h.

typedef class IWindow * pIWindow

The window class. This class represents a window in the current operating system.

typedef void* pScreen

Definition at line 6 of file IWindow.h.