HGamer3D-CEGUI-Binding-0.1.9: Windows Game Engine for the Haskell Programmer - CEGUI Bindings

Safe HaskellNone

HGamer3D.Bindings.CEGUI.EnumSortDirection

Documentation

data EnumSortDirection Source

Constructors

SortDirectionNone

Items under this segment should not be sorted.

SortDirectionAscending

Items under this segment should be sorted in ascending order.

SortDirectionDescending

Items under this segment should be sorted in descending order.