SynchronizedInputType Enum
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.
Contains values that specify the type of synchronized input.
public enum class SynchronizedInputType
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("fdc8f176-aed2-477a-8c89-5604c66f278d")]
public enum SynchronizedInputType
public enum SynchronizedInputType
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("fdc8f176-aed2-477a-8c89-5604c66f278d")>]
type SynchronizedInputType =
type SynchronizedInputType =
Public Enum SynchronizedInputType
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
KeyUp | 1 | A key has been released. |
KeyDown | 2 | A key has been pressed. |
MouseLeftButtonUp | 4 | The left mouse button has been released. |
MouseLeftButtonDown | 8 | The left mouse button has been pressed. |
MouseRightButtonUp | 16 | The right mouse button has been released. |
MouseRightButtonDown | 32 | The right mouse button has been pressed. |
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา