summaryrefslogtreecommitdiff
path: root/include/state.h
diff options
context:
space:
mode:
authorjussi2024-07-02 20:49:25 +0300
committerjussi2024-07-02 20:49:25 +0300
commit61c932f2605aac5a8fef4264087e9ea8f86c6760 (patch)
treef5bbf509317bd86ad25588456370844c58a1526a /include/state.h
parentfd18b5526e0c2b058f175ba140258549fec09098 (diff)
downloadreilua-enhanced-61c932f2605aac5a8fef4264087e9ea8f86c6760.tar.gz
reilua-enhanced-61c932f2605aac5a8fef4264087e9ea8f86c6760.tar.bz2
reilua-enhanced-61c932f2605aac5a8fef4264087e9ea8f86c6760.zip
GetMouseOffset and GetMouseScale.
Diffstat (limited to 'include/state.h')
-rw-r--r--include/state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/state.h b/include/state.h
index 92ed132..8168535 100644
--- a/include/state.h
+++ b/include/state.h
@@ -10,6 +10,8 @@ typedef struct {
bool run;
bool gcUnload;
int lineSpacing; /* We need to store copy here since raylib has it in static. */
+ Vector2 mouseOffset;
+ Vector2 mouseScale;
lua_State* luaState;
Vector2 resolution;
int logLevelInvalid;