Function EditorPlugin.setInputEventForwardingAlwaysEnabled
Use this method if you always want to receive inputs from 3D view screen inside forwardSpatialGuiInput
. It might be especially usable if your plugin will want to use raycast in the scene.
void setInputEventForwardingAlwaysEnabled() nothrow @nogc;