- Posts: 154
Mouse Delta Movement instead of Coordinates
- ShoterXX
-
Topic Author
- Offline
Less More
6 years 1 month ago - 6 years 1 month ago #1 by ShoterXX
Mouse Delta Movement instead of Coordinates was created by ShoterXX
In some effects that use the mouse, i.e. Mouse-Based Motion Blur
, using the coordinates make it so that it works only when you turn oposite from before, because you've hit the end of the screen. Is it possible to get the actual raw input delta movement from the mouse, so we can get how much the mouse was actualy moved, outside the boundaries of the screen?
Last edit: 6 years 1 month ago by ShoterXX.
Please Log in or Create an account to join the conversation.
- crosire
-
- Offline
Less More
- Posts: 3990
6 years 1 month ago #2 by crosire
Replied by crosire on topic Mouse Raw Input instead of Coordinates
You mean the delta movement? Raw input is something different and already used when available.
Please Log in or Create an account to join the conversation.
- ShoterXX
-
Topic Author
- Offline
Less More
- Posts: 154
6 years 1 month ago - 6 years 1 month ago #3 by ShoterXX
Replied by ShoterXX on topic Mouse Raw Input instead of Coordinates
Precisely, silly me.

Last edit: 6 years 1 month ago by ShoterXX.
Please Log in or Create an account to join the conversation.
- crosire
-
- Offline
Less More
- Posts: 3990
6 years 1 month ago #4 by crosire
Replied by crosire on topic Mouse Raw Input instead of Coordinates
Sure, I can add that.
The following user(s) said Thank You: ShoterXX
Please Log in or Create an account to join the conversation.