summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-11-25 22:08:05 +0100
committerMatthias Melcher <github@matthiasm.com>2023-11-25 22:08:05 +0100
commitc097f63ff83afd921d369c84fc7661a1c454b9bc (patch)
treed8ed3356a78425f7f3a0503a7c3662093353ec2f /FL
parent7bef4ebf78061035540071ad1659d94e00ebfca9 (diff)
Cleans up Fl_Input right mouse button menu
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Input.H1
1 files changed, 1 insertions, 0 deletions
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;