• 0

    posted a message on Disabling input event traffic

    I have a situation where the map needs to intercept mouse clicks only occasionally. I don't need low-latency mouse look or anything like that, and I can accept the synchronization delay on input events. However, I would like to keep traffic down as much as possible.

    Does dynamically disabling/enabling a mouse/keyboard input-using trigger stop its input-related network traffic (if it is the only input-using trigger)? I'd assume or at least hope it does considering that a trigger disable/enable should be synchronized.

    Posted in: Miscellaneous Development
  • To post a comment, please or register a new account.