mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
Buttons for self view layout
This commit is contained in:
parent
4efc4d4e6e
commit
f682793bbb
2 changed files with 36 additions and 11 deletions
|
|
@ -111,6 +111,10 @@ namespace PepperDash.Essentials
|
|||
/// 1207
|
||||
/// </summary>
|
||||
public const uint VCCameraVisible = 1207;
|
||||
/// <summary>
|
||||
/// 1208
|
||||
/// </summary>
|
||||
public const uint VCSelfViewLayoutVisible = 1208;
|
||||
/// <summary>
|
||||
/// 1211
|
||||
/// </summary>
|
||||
|
|
@ -187,6 +191,10 @@ namespace PepperDash.Essentials
|
|||
/// 1241 For touching the text area to bring up keyboard
|
||||
/// </summary>
|
||||
public const uint VcDirectoryTextEntryPress = 1241;
|
||||
/// <summary>
|
||||
/// 1242
|
||||
/// </summary>
|
||||
public const uint VCStagingSelfViewLayoutPress = 1242;
|
||||
|
||||
/// <summary>
|
||||
/// 1251
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue