Jump to content

MouseMove in 3D App.


Recommended Posts

Hi Guys,

got a problem. Made a simple Function:

Func Testing()

MouseMove(200, 200,50)

EndFunc

I want to use this in a 3D Application. In the start screen of the game, the Mouse Pointer goes to this position, but when I´m ingame the mouse moves crazy or to x = 0 y = 0. (When I´m using MouseMove(200, 200,0) generally nothing happens.) Under Windows XP it works fine. So, why not in the game?

Second problem:

HotKeySet("{PAUSE}", "TogglePause")

doesn´t work in applications but under windows :-/

Can someone help?

Link to comment
Share on other sites

C++ is more complicated then autoit, and there is multiple things you can do to move the mouse in a 3d app other then autoit which is just MouseMove, well i guess you could click at a specific point but thats kind of using the same method.

-----------Current Programming Language Status:Beginner: J#, Ruby Intermediate: Autoit, Java, C#, C++Advanced: Basic, Visual Basic, Fortran

Link to comment
Share on other sites

C++ is more complicated then autoit, and there is multiple things you can do to move the mouse in a 3d app other then autoit which is just MouseMove, well i guess you could click at a specific point but thats kind of using the same method.

jeah, thats the same. THX for the answers. I´ll learn c# or c++.

Edited by tittenkalle
Link to comment
Share on other sites

  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...