mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
Short start on directory browsing
This commit is contained in:
parent
01a9503f47
commit
c7cfcbe69e
3 changed files with 39 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue