ScummVM API documentation
Common::EventMapper Class Referenceabstract

#include <events.h>

Inheritance diagram for Common::EventMapper:
Common::Keymapper

Public Member Functions

virtual bool mapEvent (const Event &ev, List< Event > &mappedEvents)=0
 

Detailed Description

A event mapper that maps events to others.

An example for this is the Keymapper.

Member Function Documentation

◆ mapEvent()

virtual bool Common::EventMapper::mapEvent ( const Event ev,
List< Event > &  mappedEvents 
)
pure virtual

Map an incoming event to one or more action events.

Implemented in Common::Keymapper.


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