pixelperfectengine.system.input.handler

Undocumented in source.

Public Imports

pixelperfectengine.system.input.types
public import pixelperfectengine.system.input.types;
Undocumented in source.
pixelperfectengine.system.input.interfaces
public import pixelperfectengine.system.input.interfaces;
Undocumented in source.

Members

Classes

InputHandler
class InputHandler

Converts and redirects inputs as events.

Structs

Box (from pixelperfectengine.graphics.common)
struct Box via public import pixelperfectengine.graphics.common : Box;

Graphics primitive. Represents a box on a 2D field. Note on area calculation: The smallest box that can be represented is 1 * 1, as it counts the endpoints as part of the box. This behavior got added with 0.10.0, to standardize various behaviors of the engine, and fix some odd behavior the GUI drawing functions had.

Meta