 |
Blamite Game Engine - Strings
00449.01.12.26.0555.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Go to the documentation of this file.
3 #include "../../BlamEvent.h"
6 #define STRINGS_API __declspec(dllexport)
8 #define STRINGS_API __declspec(dllimport)
@ MouseWheel
Indicates the event is a mouse move event. See MouseWheelEvent for details.
#define STRINGS_API
Definition: MouseWheelEvent.h:8
bool IsFlipped()
Whether or not the scroll values are flipped/inverted.
Definition: MouseWheelEvent.cpp:20
Class representing a generic event.
Definition: BlamEvent.h:37
int GetY()
The amount scrolled vertically, positive away from the user and negative toward the user.
Definition: MouseWheelEvent.cpp:15
BlamEventType
Enumerator listing all possible event types.
Definition: BlamEvent.h:12
MouseWheelEvent(int _x, int _y, bool _flipped)
Definition: MouseWheelEvent.cpp:3
Class representing a mouse scroll event.
Definition: MouseWheelEvent.h:16
int GetX()
The amount scrolled horizontally, positive to the right and negative to the left.
Definition: MouseWheelEvent.cpp:10