Fixed position for module

A. Kaygorodov

New Member
Hi, I'm creating plugin for internal use. This plugin has type OBS_SOURCE_TYPE_INPUT so I can add it to scene. But problem here that I don't want to have ability for users to change plugin position.
So questions are:
1. Is there any way to disable moving?
2. I want to place output of this plugin in right bottom corner but I'm unable to move it there because I don't know what is the size of scene. So, is there any way to get scene or scene size from plugin?
 

dodgepong

Administrator
Forum Admin
I don't think there is currently a way to entirely prevent someone from moving a source. Are you just trying to do something that will make things easier for users to position it correctly, or are you trying to enforce the position of the source so that nobody can ever move it for other reasons beyond ease-of-use?
 

A. Kaygorodov

New Member
I'm trying to enforce the position of the source. As I said this is an internal product where we don't need to have lots of adjustments.
 
Top