- Your Widget Set For OpenGL
Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | Related Pages

ufo::UInputMap Class Reference

An input map stores registered actions for certain key events. More...

#include <uinputmap.hpp>

Inheritance diagram for ufo::UInputMap:

ufo::UObject ufo::UCollectable List of all members.

Public Member Functions

void put (const UKeyStroke &strokeA, const UActionSlot &listenerA)
void remove (const UKeyStroke &strokeA)
UActionSlot * get (const UKeyStroke &strokeA)
void clear ()

Detailed Description

An input map stores registered actions for certain key events.

It is used by widgets and contexts.

See also:
UContext::getInputMap

UWidget::getInputMap

Author:
Johannes Schmidt


Member Function Documentation

void ufo::UInputMap::put const UKeyStroke strokeA,
const UActionSlot &  listenerA
[inline]
 

inline implementation


The documentation for this class was generated from the following file:
The libUFO Project - written by Johannes Schmidt