![]() |
GoldFish Engine
Quite simple and lightweight game engine
|
Type definitions related to input interface. More...
Go to the source code of this file.
Data Structures | |
struct | gf_input_t |
Input interface. More... | |
Macros | |
#define | GF_INPUT_MOUSE_LEFT_MASK (1 << 0) |
Mask for left mouse button. | |
#define | GF_INPUT_MOUSE_MIDDLE_MASK (1 << 1) |
Mask for middle mouse button. | |
#define | GF_INPUT_MOUSE_RIGHT_MASK (1 << 2) |
Mask for right mouse button. | |
Type definitions related to input interface.
Definition in file input.h.
#define GF_INPUT_MOUSE_LEFT_MASK (1 << 0) |
#define GF_INPUT_MOUSE_MIDDLE_MASK (1 << 1) |