mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-22 07:08:42 -06:00
fix warning
This commit is contained in:
parent
35a536a0bc
commit
daeefb0684
|
@ -282,7 +282,7 @@ impl<'a> InputCtx<'a> {
|
||||||
/// Check if a rect can be considered "active" (i.e. held down)
|
/// Check if a rect can be considered "active" (i.e. held down)
|
||||||
///
|
///
|
||||||
/// WIP: Not implemented yet, always returns `false`
|
/// WIP: Not implemented yet, always returns `false`
|
||||||
pub fn check_active(&self, rect: Rect) -> bool {
|
pub fn check_active(&self, _rect: Rect) -> bool {
|
||||||
//TODO `check_active`
|
//TODO `check_active`
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue