Enigma  3.2.0
A Simple, Reliable and Efficient Encryption Tool
Cursor.hpp File Reference
#include <Core/Core.hpp>
#include <GLFW/glfw3.h>

Go to the source code of this file.

Classes

class  Cursor
 

Macros

#define ENIGMA_CURSOR_H
 

Enumerations

enum class  CursorMode : byte {
  Arrow = 0 , IBeam , CrossHair , Hand ,
  HResize , VResize , NumCursors , NONE = Arrow
}
 

Macro Definition Documentation

◆ ENIGMA_CURSOR_H

#define ENIGMA_CURSOR_H

Definition at line 3 of file Cursor.hpp.

Enumeration Type Documentation

◆ CursorMode

enum CursorMode : byte
strong
Enumerator
Arrow 
IBeam 
CrossHair 
Hand 
HResize 
VResize 
NumCursors 
NONE 

Definition at line 11 of file Cursor.hpp.