Skip to content
Snippets Groups Projects
Commit 7100fcc8 authored by Ramin Yaghoubzadeh's avatar Ramin Yaghoubzadeh
Browse files

added cameracontrol category

parent 198c1dbf
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,8 @@ const std::string CAT__CONTROLLER_WII = "wiiinput"; ...@@ -45,6 +45,8 @@ const std::string CAT__CONTROLLER_WII = "wiiinput";
const std::string CAT__CALENDAR_CONTROL = "calendarcontrol"; const std::string CAT__CALENDAR_CONTROL = "calendarcontrol";
/// (OgreCanvas:) sending updates to generic Canvas component /// (OgreCanvas:) sending updates to generic Canvas component
const std::string CAT__CANVAS_CONTROL = "canvascontrol"; const std::string CAT__CANVAS_CONTROL = "canvascontrol";
/// (OgreCameraController:) sending camera control commands
const std::string CAT__CAMERA_CONTROL = "cameracontrol";
/// (OgreVideoCall:) sending control commands to the video call component /// (OgreVideoCall:) sending control commands to the video call component
const std::string CAT__VIDEOCALL_CONTROL = "videocallcontrol"; const std::string CAT__VIDEOCALL_CONTROL = "videocallcontrol";
/// (OgreTrafficLight:) sending updates to GUI traffic light /// (OgreTrafficLight:) sending updates to GUI traffic light
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment