summaryrefslogtreecommitdiffhomepage
path: root/Label.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-05-17 19:17:31 +0200
committerAki <please@ignore.pl>2022-05-17 19:17:31 +0200
commit405563345e30b757829b3411b0f33cb166793ad7 (patch)
treea764cdc0841f9ca85de58e85e442411ea0e0f3ad /Label.h
parente49474fc0dcff041a9fae2857273938481cc9ec9 (diff)
downloadderelict-405563345e30b757829b3411b0f33cb166793ad7.zip
derelict-405563345e30b757829b3411b0f33cb166793ad7.tar.gz
derelict-405563345e30b757829b3411b0f33cb166793ad7.tar.bz2
Added simple hovering
Diffstat (limited to 'Label.h')
-rw-r--r--Label.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Label.h b/Label.h
index 688dead..6372a6f 100644
--- a/Label.h
+++ b/Label.h
@@ -9,4 +9,5 @@ struct Label
Vector2 base;
float depth;
float length;
+ bool hover;
};