ScummVM API documentation
hpl::iInputDevice Class Referenceabstract
Inheritance diagram for hpl::iInputDevice:
hpl::Keyboard hpl::Mouse

Public Member Functions

 iInputDevice (tString asName, eInputDeviceType aType)
 
tString GetName ()
 
eInputDeviceType GetType ()
 
virtual void Update ()=0
 

Member Function Documentation

◆ GetName()

tString hpl::iInputDevice::GetName ( )
Returns
name of the device

◆ GetType()

eInputDeviceType hpl::iInputDevice::GetType ( )
Returns
type of device.

◆ Update()

virtual void hpl::iInputDevice::Update ( )
pure virtual

Update the device, called by cInput

Implemented in hpl::Keyboard, and hpl::Mouse.


The documentation for this class was generated from the following file: