00001 00011 #ifndef __Platform_NULL_Input_MouseDevice_H__ 00012 #define __Platform_NULL_Input_MouseDevice_H__ 00013 00014 // Includes 00015 #include "Platform_Input_MouseDevice.h" 00016 00017 // Forward declares 00018 00019 00020 // Platform_NULL_Input_MouseDevice 00021 class Platform_NULL_Input_MouseDevice: public Platform_Input_MouseDevice 00022 { 00023 public: 00024 Platform_NULL_Input_MouseDevice(); 00025 00026 virtual void GetPosition(float& x, float& y) const; 00027 virtual bool IsLeftButtonDown() const; 00028 virtual bool IsRightButtonDown() const; 00029 00030 }; 00031 00032 #endif /* __Platform_NULL_Input_MouseDevice_H__ */