Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/wiimote/src/libraries/core/input/WiiMote.cc @ 9780

Last change on this file since 9780 was 9780, checked in by georgr, 10 years ago

WiiCpp library successfully (?) added - won't work without libbluetooth-dev

File size: 412 bytes
Line 
1#include "WiiMote.h"
2#include "core/CoreIncludes.h"
3#include "core/command/ConsoleCommand.h"
4#include <wiicpp/wiicpp/wiicpp.h>
5
6namespace orxonox
7{
8
9        const std::string WiiMote::deviceName = "WiiMote";
10        void WiiMote::update(const Clock& time)
11        {
12                orxout()<<"fegit\n";
13
14        }
15        void WiiMote::clearBuffers()
16        {
17
18        }
19        void WiiMote::test(int x, int y)
20        {
21
22        }
23        WiiMote::WiiMote(unsigned int id)  : InputDevice(id)
24        {
25        }
26}
Note: See TracBrowser for help on using the repository browser.