fix warning

This commit is contained in:
griffi-gh 2024-03-11 20:16:26 +01:00
parent 35a536a0bc
commit daeefb0684

View file

@ -282,7 +282,7 @@ impl<'a> InputCtx<'a> {
/// Check if a rect can be considered "active" (i.e. held down)
///
/// 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`
false
}