Adjust some pen driver comments.

Made global variables private.
This commit is contained in:
Matthias Melcher
2025-11-20 22:24:21 +01:00
parent b1d63e0842
commit 8dcc99279e
4 changed files with 31 additions and 26 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ Fl_Window *cvwin { nullptr };
//
// The canvas interface implements incremental drawing and handles draw events.
// It also implement pressure sensitive drawing with a pen or stylus.
// It also implements pressure sensitive drawing with a pen or stylus.
// And it implements an overlay plane that visualizes pen event data.
//
class CanvasInterface {