Elaztek Developer Hub
Blamite Game Engine - Strings
A library containing general purpose utilities and classes for use in multiple projects.
MouseClickEvent.h File Reference
#include "../../BlamEvent.h"
#include <cstdint>
+ Include dependency graph for MouseClickEvent.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MouseClickEvent
 Class representing a mouse button press. More...
 

Macros

#define STRINGS_API   __declspec(dllimport)
 
#define MOUSE_BUTTON_LEFT   1
 
#define MOUSE_BUTTON_MIDDLE   2
 
#define MOUSE_BUTTON_RIGHT   3
 
#define MOUSE_BUTTON_X1   4
 
#define MOUSE_BUTTON_X2   5
 

Macro Definition Documentation

◆ MOUSE_BUTTON_LEFT

#define MOUSE_BUTTON_LEFT   1

◆ MOUSE_BUTTON_MIDDLE

#define MOUSE_BUTTON_MIDDLE   2

◆ MOUSE_BUTTON_RIGHT

#define MOUSE_BUTTON_RIGHT   3

◆ MOUSE_BUTTON_X1

#define MOUSE_BUTTON_X1   4

◆ MOUSE_BUTTON_X2

#define MOUSE_BUTTON_X2   5

◆ STRINGS_API

#define STRINGS_API   __declspec(dllimport)