NSEvent.KeyEvent メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[Foundation.Export("keyEventWithType:location:modifierFlags:timestamp:windowNumber:context:characters:charactersIgnoringModifiers:isARepeat:keyCode:")]
public static AppKit.NSEvent KeyEvent (AppKit.NSEventType type, CoreGraphics.CGPoint location, AppKit.NSEventModifierMask flags, double time, nint wNum, AppKit.NSGraphicsContext context, string keys, string ukeys, bool isARepeat, ushort code);
static member KeyEvent : AppKit.NSEventType * CoreGraphics.CGPoint * AppKit.NSEventModifierMask * double * nint * AppKit.NSGraphicsContext * string * string * bool * uint16 -> AppKit.NSEvent
パラメーター
- type
- NSEventType
- location
- CGPoint
- flags
- NSEventModifierMask
- time
- Double
- wNum
- System.System.IntPtr System.nativeint
- context
- NSGraphicsContext
- keys
- String
- ukeys
- String
- isARepeat
- Boolean
- code
- UInt16
戻り値
- 属性