feathers.utils

..
DeviceUtil

Utility functions for determining the capabilities of the current device.

DisplayObjectRecycler

Manages display objects that may be used to render data, in a component like ListView or TabBar.

DisplayUtil

Display list utility functions.

KeyToState

Changes a target's state based on keyboard events, like a button.

LongPress

Dispatches LongPressEvent.LONG_PRESS (or a custom event type) on mouse down or touch begin after a short delay.

MathUtil

Utility functions for mathematical calculations.

MeasurementsUtil

Utility functions for use with the Measurements class.

PointerToState

Changes a target's state based on pointer events (MouseEvent and TouchEvent), like a button.

PointerTrigger

Dispatches TriggerEvent.TRIGGER (or a custom event type) when the target is clicked or tapped.

ScaleUtil

Utility functions for scaling geometry.

ScreenDensityScaleCalculator

Selects a scale value for the application based on the screen density (sometimes density is called DPI or PPI).

Scroller

Utility that provides touch and mouse wheel scrolling capabilities for any interactive display object.