WallpaperManager.CommandSecondaryTap Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Command for #sendWallpaperCommand
: reported by the wallpaper
host when the user releases a secondary pointer on an empty area
(not performing an action in the host).
[Android.Runtime.Register("COMMAND_SECONDARY_TAP")]
public const string CommandSecondaryTap;
[<Android.Runtime.Register("COMMAND_SECONDARY_TAP")>]
val mutable CommandSecondaryTap : string
Field Value
- Attributes
Remarks
Command for #sendWallpaperCommand
: reported by the wallpaper host when the user releases a secondary pointer on an empty area (not performing an action in the host). The x and y arguments are the location of the secondary tap in screen coordinates.
Java documentation for android.app.WallpaperManager.COMMAND_SECONDARY_TAP
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.