dpadDown property

bool get dpadDown

Whether the D-pad's down button is being pressed.

Implementation

bool get dpadDown => normalDpadY < 0;