pixelsToPosition abstract method

Vec2 pixelsToPosition(
  1. Vec2 pixels
)

Converts the given position on the rendered display in pixels to a column/row position on this RenderableTerminal.

Implementation

Vec2 pixelsToPosition(Vec2 pixels);