ID:2844944
 
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
right now, client/MouseMove and some other procs are stated to generate traffic when defined.
the way some ss13 codebases are handling this is by adding a fullscreen overlay with it defined when we actually need to listen to the event
but there's issues with this, like the ref not being really clear on if mouse transparent objects still are able to do this

I'm wondering if this can be also controlled with a flag or something. Flag could just be defaulted to if you define the procs, but you can also toggle it at runtime.

It'd let us not bother with using overlays to selectively use this.