Thread Tools Display Modes
07-05-10, 02:20 AM   #1
shadow946
A Defias Bandit
Join Date: Jul 2010
Posts: 2
Exclamation Mouselook HELP!

I'm trying to find a way to get the cursor to remain while Mouselook is on. Basically I need to be able to continue targeting enemies with the left mouse button while Mouselook is on, so I would need the cursor there. Is there any way of making this work?

Any help is muchly appreciated.

Current failed attempt looks like this:
function FPSMode_Toggle()
__if not FPSMode then
____MouselookStart();
____SetMouselookOverrideBinding("BUTTON1", "InteractUnit");
____FPSMode = true;
__else
____MouselookStop();
____SetMouselookOverrideBinding("BUTTON1", nil);
____FPSMode = false;
__end
end
  Reply With Quote
07-05-10, 02:54 AM   #2
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 331
Originally Posted by shadow946 View Post
I'm trying to find a way to get the cursor to remain while Mouselook is on. Basically I need to be able to continue targeting enemies with the left mouse button while Mouselook is on, so I would need the cursor there. Is there any way of making this work?

Any help is muchly appreciated.

Current failed attempt looks like this:
Pretty sure it's a part of the wow engine.

It's not a component you can override.
  Reply With Quote
07-05-10, 03:02 AM   #3
shadow946
A Defias Bandit
Join Date: Jul 2010
Posts: 2
Damn, well thanks for the quick reply. I'm wondering if there's a way to get around it, like momentarily turning off mouselook and clicking then turning mouselook back on. Or something like that... still not sure.

There was a mod that was able to do this kind of thing waaaaay back in vanilla before all the APIs for it were removed or protected.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Mouselook HELP!


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off