32#include "../../Core/Signals/signal.h" 
   33#include "../../Core/Math/point.h" 
   42        class InputDeviceProvider;
 
   43        class InputDevice_Impl;
 
   75                explicit operator bool()
 const { 
return bool(impl); }
 
  158                std::shared_ptr<InputDevice_Impl> impl;
 
 
2D (x,y) point structure - Integer
Definition point.h:62
2D (x,y) point structure - Float
Definition point.h:72