Place TextInput cursor position on click
This commit is contained in:
parent
e92ea48e88
commit
14fb7e13fb
3 changed files with 100 additions and 19 deletions
|
|
@ -89,6 +89,10 @@ impl text_input::Renderer for Null {
|
|||
20
|
||||
}
|
||||
|
||||
fn measure_value(&self, _value: &str, _size: u16) -> f32 {
|
||||
0.0
|
||||
}
|
||||
|
||||
fn draw(
|
||||
&mut self,
|
||||
_bounds: Rectangle,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue