Comment 6 for bug 1350973

Revision history for this message
Alexandre Magno (alexandre-mbm) wrote : Re: More compatibility with the UltraVNC function "Toggle Remote Input and Remote Blank Monitor (On/Off)"

I don't know to interpret C++ code but seems that the actions are in:

Line 6741:
  case ID_DINPUT:

Or line 6876:
  case ID_VIEWONLYTOGGLE:

I am assuming it is in (from) this first block refered above. Beacuse the line 854:
  buttonmap=IDB_BITMAPlx;

Considering this, it is especially important the line 5412:
  m_remote_mouse_disable = (value == rfbServerState_Disabled) ? true : false;