PointerUpdateKind Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie les types de mises à jour de pointeur prises en charge par une application.
public enum class PointerUpdateKind
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class PointerUpdateKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum PointerUpdateKind
var value = Microsoft.UI.Input.PointerUpdateKind.other
Public Enum PointerUpdateKind
- Héritage
-
PointerUpdateKind
- Attributs
Champs
LeftButtonPressed | 1 | Bouton gauche enfoncé. |
LeftButtonReleased | 2 | Bouton gauche relâché. |
MiddleButtonPressed | 5 | Bouton du milieu enfoncé. |
MiddleButtonReleased | 6 | Bouton central relâché. |
Other | 0 | Mises à jour de pointeur non identifiées par d’autres valeurs PointerUpdateKind. |
RightButtonPressed | 3 | Bouton droit enfoncé. |
RightButtonReleased | 4 | Bouton droit relâché. |
XButton1Pressed | 7 | XBUTTON1 enfoncé. |
XButton1Released | 8 | XBUTTON1 publié. |
XButton2Pressed | 9 | XBUTTON2 enfoncé. |
XButton2Released | 10 | XBUTTON2 publié. |