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

  • Автор темы Автор темы morpheus93
  • Дата начала Дата начала

morpheus93

Client
Регистрация
25.01.2012
Сообщения
1 068
Реакции
257
Баллы
83
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.
 
C#:
Развернуть Свернуть Копировать
instance.EmulationLevel = "SuperEmulation";
instance.UseFullMouseEmulation = true;
 
  • Спасибо
Реакции: kingbin

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