Go to the documentation of this file.
5 #ifndef CNOID_BASE_SCENE_WIDGET_EVENT_H
6 #define CNOID_BASE_SCENE_WIDGET_EVENT_H
8 #include <cnoid/SceneGraph>
9 #include "exportdecl.h"
25 double x()
const {
return x_; }
26 double y()
const {
return y_; }
33 int key()
const {
return key_; }
38 int button()
const {
return button_; }
51 [[deprecated(
"Use cameraPosition")]]
52 const Isometry3& currentCameraPosition()
const;
57 void updateIndicator(
const std::string& message)
const;
66 double pixelSizeRatio_;
Eigen::Vector3d Vector3
Definition: EigenTypes.h:57
Eigen::Isometry3d Isometry3
Definition: EigenTypes.h:73
Definition: SceneCameras.h:14
Definition: AbstractSceneLoader.h:11
std::vector< SgNode * > SgNodePath
Definition: SceneGraph.h:24