Home
last modified time | relevance | path

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

/dports/multimedia/simplescreenrecorder/ssr-0.4.3/src/GUI/
H A DPageInput.h324 inline void SetVideoRecordCursor(bool show) { m_checkbox_record_cursor->setChecked(show); } in SetVideoRecordCursor() function
H A DPageInput.cpp644 SetVideoRecordCursor(settings->value("input/video_record_cursor", true).toBool()); in LoadProfileSettings()