BBjSysGui::isTouchSupported
Description
In BBj 20.32 and higher, this method returns a boolean indicating whether this device supports touch gestures.
Syntax
Return Value |
Method |
---|---|
boolean |
isTouchSupported() |
Parameters
None.
Return Value
Returns a boolean indicating whether this device supports touch gestures.
Remarks
Applications may want to adjust the UI to better support touch devices (e.g., make buttons bigger).
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.