Changeset 9838 for code/branches/wiimote/src/libraries/core/input/WiiMote.h
- Timestamp:
- Dec 2, 2013, 2:09:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/wiimote/src/libraries/core/input/WiiMote.h
r9813 r9838 21 21 public: 22 22 //! Only resets the members 23 WiiMote(unsigned int id, CWiimote & parent );23 WiiMote(unsigned int id, CWiimote & parent, CWii & parentWii); 24 24 ~WiiMote() { } 25 25 //! Returns the device class (derived) name as string … … 41 41 void test(int x, int y); 42 42 CWiimote * p; 43 CWii * PWii; //parent "wii" the wiimote is registered to 43 44 }; 44 45 };
Note: See TracChangeset
for help on using the changeset viewer.