The type of keyboard returned by TAgkRawKeyboard.KeyboardType
TAgkKeyboardType = ( ktNone, ktFullSize, ktVirtual );
|
Members |
Description |
|
ktNone |
The device has no keyboard. |
|
ktFullSize |
The device has a full sized keyboard (for example on PC or Mac). |
|
ktVirtual |
The device has a virtual or mobile keyboard (for example on many mobile devices). |
|
Copyright (c) 2012. All rights reserved.
|