diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-07-03 13:22:53 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-07-03 13:22:53 +0800 |
commit | 9820b16404ba18a9a0103aa94c28ea452e0c99e6 (patch) | |
tree | b3c11a7156978553663912b24df5f9a4084aa4fc /indra/llwindow/llwindow.h | |
parent | 40de4208328bcac51782302e7028ec2dd057224e (diff) |
getCursorDelta isn't implemented if using SDL on Win
Diffstat (limited to 'indra/llwindow/llwindow.h')
-rw-r--r-- | indra/llwindow/llwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindow.h b/indra/llwindow/llwindow.h index 5e06e665f3..37e681c41b 100644 --- a/indra/llwindow/llwindow.h +++ b/indra/llwindow/llwindow.h @@ -92,7 +92,7 @@ public: virtual bool setCursorPosition(LLCoordWindow position) = 0; virtual bool getCursorPosition(LLCoordWindow *position) = 0; -#if LL_WINDOWS +#if LL_WINDOWS && !LL_SDL virtual bool getCursorDelta(LLCoordCommon* delta) = 0; #endif virtual void showCursor() = 0; |