MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / Caret

Class Caret

scintilla/src/Editor.h:17–24  ·  view source on GitHub ↗

*/

Source from the content-addressed store, hash-verified

15/**
16 */
17class Caret {
18public:
19 bool active;
20 bool on;
21 int period;
22
23 Caret();
24};
25
26/**
27 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected