InputMapBase

Entityceramic.InputMapBase (Class) → InputMapImpl

Base class for the InputMap system.

This class provides the foundation for input mapping functionality, extending Entity to integrate with Ceramic's entity system and event handling.

The actual implementation is provided by InputMapImpl, which is used by the generic InputMap class.

Instance Members

new(): Void

Creates a new InputMapBase instance. Should not be instantiated directly - use InputMap instead.

Private Members

NO_KEY: Dynamic

A placeholder value used to represent "no key" in generic input map implementations. This allows the system to handle null values in a type-safe way across different generic type parameters.

Metadata

Name Parameters
:hxGen -
:build ceramic.macros.EntityMacro.buildForCompletion()
:autoBuild ceramic.macros.EntityMacro.buildForCompletion()
:build tracker.macros.EventsMacro.build()
:autoBuild tracker.macros.EventsMacro.build()