MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / cursors_shown

Method cursors_shown

DSView/pv/view/view.h:176–178  ·  view source on GitHub ↗

* Returns true if cursors are displayed. false otherwise. */

Source from the content-addressed store, hash-verified

174 * Returns true if cursors are displayed. false otherwise.
175 */
176 inline bool cursors_shown(){
177 return _show_cursors;
178 }
179
180 inline bool trig_cursor_shown(){
181 return _show_trig_cursor;

Callers 3

paintCursorsMethod · 0.80
mousePressEventMethod · 0.80
cursor_movingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected