mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-12 19:24:53 +00:00
Short start on directory browsing
This commit is contained in:
@@ -175,6 +175,14 @@ namespace PepperDash.Essentials
|
||||
/// 1239
|
||||
/// </summary>
|
||||
public const uint VCKeypadBackspaceVisible = 1239;
|
||||
/// <summary>
|
||||
/// 1240
|
||||
/// </summary>
|
||||
public const uint VCDirectoryBackPress = 1240;
|
||||
/// <summary>
|
||||
/// 1241 For touching the text area to bring up keyboard
|
||||
/// </summary>
|
||||
public const uint VcDirectoryTextEntryPress = 1241;
|
||||
|
||||
//******************************************************
|
||||
// Keyboard
|
||||
|
||||
Reference in New Issue
Block a user