aboutsummaryrefslogtreecommitdiff
path: root/include/Entry.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-03-22 10:40:21 +0100
committerdec05eba <dec05eba@protonmail.com>2021-03-22 10:40:21 +0100
commit9ba59929c23c71a5231670a50c3fcb1165111c90 (patch)
treeddc7ff719f76c009410c96c09a34be5b75b9bc92 /include/Entry.hpp
parent4aec31515ff6f61f41dfd66551a3fce44f243535 (diff)
Fix touch scroll clamping to selected item, making it appear laggy. Fix emoji offset for non 1.0 scaling
Diffstat (limited to 'include/Entry.hpp')
-rw-r--r--include/Entry.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Entry.hpp b/include/Entry.hpp
index 32dcda2..10210f8 100644
--- a/include/Entry.hpp
+++ b/include/Entry.hpp
@@ -37,5 +37,6 @@ namespace QuickMedia {
float width;
sf::RoundedRectangleShape background;
sf::Text placeholder;
+ bool mouse_left_inside;
};
} \ No newline at end of file