Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2013, 2:09:41 PM (11 years ago)
Author:
georgr
Message:

developing on 2 PCs is a lot of fun, bluetooth is a rare commodity… wiimote should connect properly now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/wiimote/src/libraries/core/input/WiiMote.h

    r9813 r9838  
    2121         public:
    2222                        //! Only resets the members
    23                 WiiMote(unsigned int id, CWiimote & parent);
     23                WiiMote(unsigned int id, CWiimote & parent, CWii & parentWii);
    2424                ~WiiMote() { }
    2525                //! Returns the device class (derived) name as string
     
    4141                 void test(int x, int y);
    4242                 CWiimote * p;
     43                 CWii * PWii; //parent "wii" the wiimote is registered to
    4344        };
    4445};
Note: See TracChangeset for help on using the changeset viewer.