Sha256: e1b5af719b956349b4bb3df380d7669f8a1686d2a9b9cae40aba3aee9622d169
Contents?: true
Size: 402 Bytes
Versions: 21
Compression:
Stored size: 402 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __REFLEX_SRC_WIN32_DEFS_H__ #define __REFLEX_SRC_WIN32_DEFS_H__ #include <windows.h> #include "reflex/defs.h" namespace Reflex { struct Win32Key : public Key { Win32Key (UINT msg, WPARAM wp, LPARAM lp); };// Win32Key struct Win32Points : public Points { Win32Points (UINT msg, WPARAM wp, LPARAM lp); };// Win32Points }// Reflex #endif//EOH
Version data entries
21 entries across 21 versions & 1 rubygems