We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3d7a0 commit 891c66bCopy full SHA for 891c66b
druid/src/lib.rs
@@ -127,7 +127,7 @@ mod menu;
127
mod mouse;
128
#[cfg(test)]
129
mod tests;
130
-mod text;
+pub mod text;
131
pub mod theme;
132
pub mod widget;
133
mod win_handler;
druid/src/text/text_input.rs
@@ -53,6 +53,7 @@ pub trait TextInput {
53
54
/// Handles key events and returns actions that are applicable to
55
/// single line textboxes
56
+#[derive(Default)]
57
pub struct BasicTextInput {}
58
59
impl BasicTextInput {
0 commit comments