Skip to content

Commit 8acc55e

Browse files
author
関 祥吾
committed
Make AreaHandler public
1 parent 023d64f commit 8acc55e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui-sys/libui

Submodule libui updated from 2319174 to c5551d7

ui/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ extern crate bitflags;
99
extern crate libc;
1010
extern crate ui_sys;
1111

12-
pub use controls::{Area, AreaMouseEvent, AreaDrawParams, AreaHandler, BoxControl, Button, Checkbox, ColorButton};
12+
pub use controls::{Area, AreaMouseEvent, AreaDrawParams, AreaKeyEvent, AreaHandler, BoxControl, Button, Checkbox, ColorButton};
1313
pub use controls::{Combobox, EditableCombobox, Control, DateTimePicker, Entry, FontButton, Group, Label};
1414
pub use controls::{MultilineEntry, ProgressBar, RadioButtons, Separator, Slider, Spinbox, Tab};
1515
pub use ffi_utils::Text;

0 commit comments

Comments
 (0)