wxWidgets/include/wx/stc
New Pagodi 3a362c64cf Implement EVT_MOUSE_CAPTURE_LOST handler in wxSTC
When mouse is captured somwhere in the application, it's recommended
to have implemented a EVT_MOUSE_CAPTURE_LOST handler.
Resetting in the handler flag signalling captured state seems
to be a sufficient action because something like this is implemented
in the native Scintilla and it works fine in SciTE.

Closes #17961.
2017-10-08 10:22:59 +02:00
..
private.h
stc.h Implement EVT_MOUSE_CAPTURE_LOST handler in wxSTC 2017-10-08 10:22:59 +02:00