ManaPlus
Enumerations
SliderGrid Namespace Reference

Enumerations

enum  Type {
  HSTART = 0 , HMID , HEND , HGRIP ,
  VSTART , VMID , VEND , VGRIP ,
  SLIDER_MAX
}
 

Enumeration Type Documentation

◆ Type

Enumerator
HSTART 
HMID 
HEND 
HGRIP 
VSTART 
VMID 
VEND 
VGRIP 
SLIDER_MAX 

Definition at line 72 of file slidergrid.h.

73  {
74  HSTART = 0,
75  HMID,
76  HEND,
77  HGRIP,
78  VSTART,
79  VMID,
80  VEND,
81  VGRIP,
83  };