seblindfors / ConsolePort

ConsolePort - Game Controller Addon for World of Warcraft
Artistic License 2.0
160 stars 38 forks source link

* Added option to disable wrapping of interface cursor and raid cursor #84

Closed spamqo closed 9 months ago

spamqo commented 10 months ago

Additional settings for Interface Cursor and Raid Cursor to disable wrapping of the cursor.

seblindfors commented 9 months ago

Thank you for the contribution. My only change here was to simplify the variable checks. When variables are defined in Variables.lua they will never be nil, and Lua equates nil/false in if statements.