Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 9723 was 9723, checked in by georgr, 11 years ago

New way to output insulting messages \o/

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