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

Method MouseLeave

scintilla/src/Editor.cxx:6429–6436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6427}
6428
6429void Editor::MouseLeave()
6430{
6431 SetHotSpotRange ( NULL );
6432 if ( !HaveMouseCapture() ) {
6433 ptMouseLast = Point ( -1, -1 );
6434 DwellEnd ( true );
6435 }
6436}
6437
6438static bool AllowVirtualSpace ( int virtualSpaceOptions, bool rectangular )
6439{

Callers

nothing calls this directly

Calls 1

PointClass · 0.85

Tested by

no test coverage detected