Jump to content

mouse movements


Recommended Posts

If generated, then yes, if recorded in real time then I don't know.

Difference: you can't move mouse ideally, with fixed speed from point "A" to point "B", and this may be detected..

Edited by GodlessSinner

_____________________________________________________________________________

Link to comment
Share on other sites

Even a realistic movement (human accelerated like) can be detected, if the movement is caused by

'mouse_event(...)'.

Another program could have a mouse hook and could check for MSLLHOOKSTRUCT::flags :

flags

Specifies the event-injected flag. An application can use the following value to test the mouse flags. Value Purpose

LLMHF_INJECTED Test the event-injected flag.

0

Specifies whether the event was injected. The value is 1 if the event was injected; otherwise, it is 0.

1-15

Reserved.

Edited by AticAtac
Link to comment
Share on other sites

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...