Archeus 0.0.0
A C library and game engine that focuses on documentation
Loading...
Searching...
No Matches
mouse.h
Go to the documentation of this file.
1#ifdef ARC_NONE_INPUT
2
3#ifndef ARC_NONE_MOUSE_H_
4#define ARC_NONE_MOUSE_H_
5
6#include "arc/input/mouse.h"
7
8struct ARC_Mouse {};
9
10struct ARC_MouseInfo {};
11
12#endif // !ARC_NONE_MOUSE_H_
13
14#endif // !ARC_NONE_INPUT
struct ARC_Mouse ARC_Mouse
Definition mouse.h:16