CG_Labs  2021.2
Classes | Macros
InputHandler.h File Reference
#include <array>
#include <cstdint>
#include <unordered_map>
#include <GLFW/glfw3.h>
#include <glm/vec2.hpp>

Go to the source code of this file.

Classes

class  InputHandler
 
struct  InputHandler::IState
 

Macros

#define GLFW_INCLUDE_NONE
 
#define PRESSED   (1 << 0)
 
#define RELEASED   (1 << 1)
 
#define JUST_PRESSED   (1 << 2)
 
#define JUST_RELEASED   (1 << 3)
 

Macro Definition Documentation

◆ GLFW_INCLUDE_NONE

#define GLFW_INCLUDE_NONE

◆ JUST_PRESSED

#define JUST_PRESSED   (1 << 2)

◆ JUST_RELEASED

#define JUST_RELEASED   (1 << 3)

◆ PRESSED

#define PRESSED   (1 << 0)

◆ RELEASED

#define RELEASED   (1 << 1)