Searched defs:dataPointer (Results 1 – 1 of 1) sorted by relevance
150 GesturesProp::GesturesProp(std::string name, T* dataPointer, size_t count, const T* initialValues) in GesturesProp()155 GesturesProp::GesturesProp(std::string name, const char** dataPointer, in GesturesProp()303 void GesturesProp::setValues(T* dataPointer, const std::vector<U>& values) { in setValues()