From c097f63ff83afd921d369c84fc7661a1c454b9bc Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 25 Nov 2023 22:08:05 +0100 Subject: Cleans up Fl_Input right mouse button menu --- FL/Fl_Input.H | 1 + 1 file changed, 1 insertion(+) (limited to 'FL') diff --git a/FL/Fl_Input.H b/FL/Fl_Input.H index 4ef6fcfbb..970a41481 100644 --- a/FL/Fl_Input.H +++ b/FL/Fl_Input.H @@ -257,6 +257,7 @@ class FL_EXPORT Fl_Input : public Fl_Input_ { protected: void draw() FL_OVERRIDE; int handle_key(); + int handle_rmb(); public: int handle(int) FL_OVERRIDE; -- cgit v1.2.3