Home
last modified time | relevance | path

Searched refs:_symbol (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/viz/src/
Dtypes.cpp51 cv::viz::KeyboardEvent::KeyboardEvent(Action _action, const String& _symbol, unsigned char _code, i… in KeyboardEvent() argument
52 : action(_action), symbol(_symbol), code(_code), modifiers(_modifiers) {} in KeyboardEvent()