Sha256: 8e970966adb44fa0cee3a116bd6b847253ba33590ff72a7817b46c9be9c39f05

Contents?: true

Size: 394 Bytes

Versions: 7

Compression:

Stored size: 394 Bytes

Contents

// -*- c++ -*-
#pragma once
#ifndef __REFLEX_WIN32_DEFS_H__
#define __REFLEX_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

7 entries across 7 versions & 1 rubygems

Version Path
reflexion-0.1.9.1 src/win32/defs.h
reflexion-0.1.9 src/win32/defs.h
reflexion-0.1.8 src/win32/defs.h
reflexion-0.1.7 src/win32/defs.h
reflexion-0.1.6 src/win32/defs.h
reflexion-0.1.5 src/win32/defs.h
reflexion-0.1.4 src/win32/defs.h