Changeset 7809
- Timestamp:
- Dec 26, 2010, 12:53:02 PM (14 years ago)
- Location:
- code/trunk/src/libraries/core/input
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/input/JoyStick.h
r5781 r7809 38 38 namespace orxonox 39 39 { 40 //! Template parameter collection for the base class40 //! %Template parameter collection for the base class 41 41 struct JoyStickTraits 42 42 { -
code/trunk/src/libraries/core/input/Keyboard.h
r5781 r7809 37 37 namespace orxonox 38 38 { 39 //! Template parameter collection for the base class39 //! %Template parameter collection for the base class 40 40 struct KeyboardTraits 41 41 { -
code/trunk/src/libraries/core/input/Mouse.h
r7284 r7809 37 37 namespace orxonox 38 38 { 39 //! Template parameter collection for the base class39 //! %Template parameter collection for the base class 40 40 struct MouseTraits 41 41 {
Note: See TracChangeset
for help on using the changeset viewer.