Nameless Engine
Loading...
Searching...
No Matches
ne::GLFW Class Reference

#include <GLFW.hpp>

Public Member Functions

 GLFW (const GLFW &)=delete
 
GLFWoperator= (const GLFW &)=delete
 
 ~GLFW ()
 

Static Public Member Functions

static GLFWget ()
 

Private Member Functions

 GLFW ()
 

Detailed Description

Singleton helper class to globally initialize/terminate GLFW.

Constructor & Destructor Documentation

◆ ~GLFW()

ne::GLFW::~GLFW ( )
inline

Terminates GLFW.

◆ GLFW()

ne::GLFW::GLFW ( )
inlineprivate

Initializes GLFW.

Member Function Documentation

◆ get()

static GLFW & ne::GLFW::get ( )
inlinestatic

Creates a static GLFW instance and return instance if not created before.

Returns
Singleton.

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