* Returns true if cursors are displayed. false otherwise. */
| 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; |
no outgoing calls
no test coverage detected