Contents
TwParamValueType (enum)
DescriptionConstants used by TwSetParam and TwGetParam to specify the type of parameter(s) value(s). ConstantsTW_PARAM_INT32Parameter(s) of type int (32 bits). TW_PARAM_FLOATParameter(s) of type float. TW_PARAM_DOUBLEParameter(s) of type double. TW_PARAM_CSTRINGParameter of type C-string, i.e, a zero-terminated array of char. See also |