Skip to content

Commit 50c7c70

Browse files
committed
Fix OnDoubleClick not documented for frame
1 parent 29962ea commit 50c7c70

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/lxgui/gui_frame.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ using script_list_view = script_signal::slot_list_view;
133133
*
134134
* - `OnChar`: Triggered whenever a character is typed and the frame has focus
135135
* (see @ref frame::set_focus).
136+
* - `OnDoubleClick`: Triggered when the frame is double-clicked.
136137
* - `OnDragStart`: Triggered when one of the mouse button registered for
137138
* dragging (see frame::enable_drag) has been pressed inside the
138139
* area of the screen occupied by the frame, and a mouse movement is first

src/gui_frame_glues.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
*
9393
* - `OnChar`: Triggered whenever a character is typed and the frame has focus
9494
* (see @{Frame:set_focus}).
95+
* - `OnDoubleClick`: Triggered when the frame is double-clicked.
9596
* - `OnDragStart`: Triggered when one of the mouse button registered for
9697
* dragging (see frame::enable_drag) has been pressed inside the
9798
* area of the screen occupied by the frame, and a mouse movement is first

0 commit comments

Comments
 (0)