Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members
E:/Programming/MyProject/K_Game_hg/GameEngine/include/input/MouseEventDefines.h
Go to the documentation of this file.
00001 // Copyright 2006-2011 by Kat'Oun
00002 
00003 #ifndef _MOUSE_EVENT_DEFINES_H_
00004 #define _MOUSE_EVENT_DEFINES_H_
00005 
00006 namespace input
00007 {
00008 
00010 enum MouseButton
00011 {
00012         MB_UNKNOWN      = 0x00, // Unknown Button
00013         MB_LBUTTON      = 0x01, // Left Button
00014         MB_RBUTTON      = 0x02, // Right Button
00015         MB_MBUTTON      = 0x03, // Middle Button
00016         MB_BUTTON3      = 0x04,
00017         MB_BUTTON4      = 0x05,
00018         MB_BUTTON5      = 0x06,
00019         MB_BUTTON6      = 0x07,
00020         MB_BUTTON7      = 0x08
00021 };
00022 
00023 } // end namespace input
00024 
00025 #endif

The KG Game Engine
The KG Game Engine Documentation © 2006-2011 by Kat'Oun. Generated on Sat Jul 2 2011 00:50:04 by Doxygen (1.7.4)