PowerUI.InputGridCell Class Reference

Detailed Description

A single cell in an input grid.

Public Member Functions

RenderableData Get (float x, float y)
 Gets the renderable data at the given point (may be null). More...
 
void Pool ()
 

Public Attributes

InputGridEntry Back
 The first entry (most towards the back). More...
 
InputGridEntry Front
 The last entry (most towards the front). More...
 

Properties

static float Size [get]
 The common input grid cell size. Based on DPI and is one "inch" by default. More...
 

Member Function Documentation

RenderableData PowerUI.InputGridCell.Get ( float  x,
float  y 
)
inline

Gets the renderable data at the given point (may be null).

void PowerUI.InputGridCell.Pool ( )
inline

Member Data Documentation

InputGridEntry PowerUI.InputGridCell.Back

The first entry (most towards the back).

InputGridEntry PowerUI.InputGridCell.Front

The last entry (most towards the front).

Property Documentation

float PowerUI.InputGridCell.Size
staticget

The common input grid cell size. Based on DPI and is one "inch" by default.