![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "../GrayLibBase.h"
Go to the source code of this file.
Classes | |
struct | GrayLib::IInputMouse |
struct | GrayLib::IInputWnd |
struct | GrayLib::IInputProxy |
Namespaces | |
GrayLib | |
Macros | |
#define | VK_NULL 0 |
#define | WHEEL_DELTA 120 |
odd _WIN32 minimum unit for mouse wheel moves. More... | |
Typedefs | |
typedef int | VK_TYPE |
a type of physical key in _WIN32. "#define VK_UP" etc. NOT the same as a scan code. More... | |
Enumerations | |
enum | GrayLib::MBUTTON_TYPE { GrayLib::MBUTTON_NO = 0x00 , GrayLib::MBUTTON_LEFT = 0x01 , GrayLib::MBUTTON_RIGHT = 0x02 , GrayLib::MBUTTON_MIDDLE = 0x10 } |
#define VK_NULL 0 |
#define WHEEL_DELTA 120 |
odd _WIN32 minimum unit for mouse wheel moves.
typedef int VK_TYPE |
a type of physical key in _WIN32. "#define VK_UP" etc. NOT the same as a scan code.