WidgetMouse Class Reference

This is an example of a custom device. More...

Inheritance diagram for WidgetMouse:

Inheritance graph
[legend]
Collaboration diagram for WidgetMouse:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 WidgetMouse ()

Detailed Description

This is an example of a custom device.

Definition at line 30 of file demo.cpp.


Constructor & Destructor Documentation

WidgetMouse::WidgetMouse (  )  [inline]

Definition at line 32 of file demo.cpp.

References cmil::InputDevice::setInput().

00032                   : DefaultMouse("WidgetMouse") {
00033       setInput( "LeftButton", "WidgetLeftButton"  );
00034       setInput( "MiddleButton", "WidgetMiddleButton");
00035       setInput( "RightButton", "WidgetRightButton" );
00036       setInput( "WheelUp", "WidgetWheelUp"     );
00037       setInput( "WheelDown", "WidgetWheelDown"   );
00038       setInput( "Motion" , "WidgetMotion");
00039     }; 

Here is the call graph for this function:


The documentation for this class was generated from the following file:
(c) 2006-2007 John P. Feltz
Generated on Wed Jul 25 16:08:02 2007 for Common Media Input Layer by doxygen 1.4.7

SourceForge.net Logo