Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Esempi in C# (CSharp) per NSEvent.ToKey
Linguaggio di programmazione:
C# (CSharp)
Classe/tipologia:
NSEvent
Metodo/funzione:
ToKey
Esempi su hotexamples.com:
1
NSEvent.ToKey in C# (CSharp): 1 esempio trovato
. Questo è il miglior esempio reale in C# (CSharp) per
NSEvent.ToKey
, estratto da progetti open source. Lo puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
Metodi utilizzati di frequente
Mostra
Nascondi
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)
Metodi utilizzati di frequente
MouseEvent (19)
AddLocalMonitorForEventsMatchingMask (16)
ToXwtKeyEventArgs (12)
RemoveMonitor (11)
LocationInNode (10)
ModifiersToWParam (8)
keyCode (7)
AddGlobalMonitorForEventsMatchingMask (6)
locationInWindow (5)
ButtonNumberToWParam (5)
Metodi utilizzati di frequente
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)
Metodi utilizzati di frequente
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)
Metodi utilizzati di frequente
ToKey (1)
ToKeyEventArgs (1)
ToMouseDownEventArgs (1)
ToMouseWheelEventArgs (1)
InterpretAsTextEvent (1)
EventWithCGEvent (1)
EnterExitEvent (1)
modifierFlags_i (1)
type (1)
NSEvent Class Documentation
Esempio n. 1
0
Mostra file
public override void KeyUp(NSEvent theEvent) => _listener.OnKeyUp(theEvent.ToKey());
x