8 #ifndef META_OCEAN_PLATFORM_WIN_MOUSE_H
9 #define META_OCEAN_PLATFORM_WIN_MOUSE_H
79 static inline bool keyState(
const int nVirtualKey,
const bool synchron);
87 return (GetKeyState(nVirtualKey) & 0xF0) != 0;
91 return GetAsyncKeyState(nVirtualKey) != 0;
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15