Set "Full mouse emulation" on/off from code C#

morpheus93

Client
Регистрация
25.01.2012
Сообщения
1 055
Благодарностей
242
Баллы
63
I work with nested projects and have to change the emulation level from one project to another and backwards... I already found the C# "instance.EmulationLevel = "SuperEmulation";" for setting the emulation level in general, but how can I just enable/disble "Full mouse emulation" from code (as in project settings)

Thanks.
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 413
Благодарностей
5 900
Баллы
113
C#:
instance.EmulationLevel = "SuperEmulation";
instance.UseFullMouseEmulation = true;
 
  • Спасибо
Реакции: kingbin

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)