Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
C# (CSharp) NSEvent.ToKey Exemples
Langage de programmation:
C# (CSharp)
Class/Type:
NSEvent
Méthode/Fonction:
ToKey
Exemples au hotexamples.com:
1
C# (CSharp) NSEvent.ToKey - 1 exemples trouvés
. Ce sont les exemples réels les mieux notés de
NSEvent.ToKey
extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Méthodes fréquemment utilisées
Afficher
Cacher
MouseEvent(19)
AddLocalMonitorForEventsMatchingMask(16)
ToXwtKeyEventArgs(12)
RemoveMonitor(11)
LocationInNode(10)
ModifiersToWParam(8)
keyCode(7)
AddGlobalMonitorForEventsMatchingMask(6)
locationInWindow(5)
ButtonNumberToWParam(5)
KeyEvent(4)
ToEtoKeyEventArgs(4)
OtherEvent(4)
modifierFlags(4)
IsTouchInView(3)
TriggersContextMenu(3)
PointingDeviceID(3)
PositionAsScreenPointRelativeToPlotView(3)
TouchesMatchingPhaseinView(2)
characters(2)
ToMouseEventArgs(2)
ToEtoKeyPressEventArgs(2)
ScaledAndQuantizedDeltaX(2)
ScaledAndQuantizedDeltaY(2)
LocationInView(2)
InterpretAsKeyEvent(2)
GetPointerButton(2)
GetMouseButtons(2)
StopPeriodicEvents(1)
StartPeriodicEventsAfterDelay(1)
ToKey(1)
ToKeyEventArgs(1)
ToMouseDownEventArgs(1)
ToMouseWheelEventArgs(1)
InterpretAsTextEvent(1)
EventWithCGEvent(1)
EnterExitEvent(1)
modifierFlags_i(1)
type(1)
Méthodes fréquemment utilisées
MouseEvent (19)
AddLocalMonitorForEventsMatchingMask (16)
ToXwtKeyEventArgs (12)
RemoveMonitor (11)
LocationInNode (10)
ModifiersToWParam (8)
keyCode (7)
AddGlobalMonitorForEventsMatchingMask (6)
locationInWindow (5)
ButtonNumberToWParam (5)
Méthodes fréquemment utilisées
KeyEvent (4)
ToEtoKeyEventArgs (4)
OtherEvent (4)
modifierFlags (4)
IsTouchInView (3)
TriggersContextMenu (3)
PointingDeviceID (3)
PositionAsScreenPointRelativeToPlotView (3)
TouchesMatchingPhaseinView (2)
characters (2)
ToMouseEventArgs (2)
ToEtoKeyPressEventArgs (2)
ScaledAndQuantizedDeltaX (2)
ScaledAndQuantizedDeltaY (2)
LocationInView (2)
InterpretAsKeyEvent (2)
GetPointerButton (2)
GetMouseButtons (2)
StopPeriodicEvents (1)
StartPeriodicEventsAfterDelay (1)
Méthodes fréquemment utilisées
ToMouseEventArgs (2)
ToEtoKeyPressEventArgs (2)
ScaledAndQuantizedDeltaX (2)
ScaledAndQuantizedDeltaY (2)
LocationInView (2)
InterpretAsKeyEvent (2)
GetPointerButton (2)
GetMouseButtons (2)
StopPeriodicEvents (1)
StartPeriodicEventsAfterDelay (1)
ToKey (1)
ToKeyEventArgs (1)
ToMouseDownEventArgs (1)
ToMouseWheelEventArgs (1)
InterpretAsTextEvent (1)
EventWithCGEvent (1)
EnterExitEvent (1)
modifierFlags_i (1)
type (1)
Méthodes fréquemment utilisées
ToKey (1)
ToKeyEventArgs (1)
ToMouseDownEventArgs (1)
ToMouseWheelEventArgs (1)
InterpretAsTextEvent (1)
EventWithCGEvent (1)
EnterExitEvent (1)
modifierFlags_i (1)
type (1)
NSEvent Class Documentation
Exemple #1
0
Afficher le fichier
public override void KeyUp(NSEvent theEvent) => _listener.OnKeyUp(theEvent.ToKey());
x