mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
Heartbeat problem resolved; much logging
This commit is contained in:
parent
864e65fe92
commit
c3d455a7c2
9 changed files with 242 additions and 155 deletions
|
|
@ -207,11 +207,23 @@ namespace PepperDash.Essentials
|
|||
/// <summary>
|
||||
/// 1252
|
||||
/// </summary>
|
||||
public const uint VCRemoteViewTogglePress = 1252;
|
||||
public const uint VCLayoutTogglePress = 1252;
|
||||
/// <summary>
|
||||
/// 1253
|
||||
/// </summary>
|
||||
public const uint VCSelfViewPipTogglePress = 1253;
|
||||
/// <summary>
|
||||
/// 1254
|
||||
/// </summary>
|
||||
public const uint VCLayoutToggleEnable = 1254;
|
||||
/// <summary>
|
||||
/// 1255
|
||||
/// </summary>
|
||||
public const uint VCMinMaxPress = 1255;
|
||||
/// <summary>
|
||||
/// 1256
|
||||
/// </summary>
|
||||
public const uint VCMinMaxEnable = 1256;
|
||||
|
||||
|
||||
//******************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue