home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game.EXE 2002 June
/
Game.EXE_06_2002.iso
/
Alawar
/
Lib
/
InputForGameExe
/
InputDevice.cpp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-04-26
|
223 b
|
13 lines
#include "InputDevice.h"
#include "InputManagerPtr.h"
InputDevice::InputDevice()
{
InputManagerPtr()->register_device( this );
}
InputDevice::~InputDevice()
{
InputManagerPtr()->unregister_device( this );
}