Exemple #1
0
 public void DiscardEvents(NSEventMask mask, NSEvent lastEvent)
 {
     DiscardEvents ((uint) mask, lastEvent);
 }
Exemple #2
0
 public NSEventDebuggerProxy(NSEvent target)
 {
     this.target = target;
 }
Exemple #3
0
 public void DiscardEventsMatchingMask(NSEventMask mask, NSEvent beforeLastEvent)
 {
     DiscardEventsMatchingMask ((uint) mask, beforeLastEvent);
 }
Exemple #4
0
 public bool TrackMouseinRectofViewuntilMouseUp(NSEvent theEvent, CGRect cellFrame, NSView controlView, bool untilMouseUp)
 {
     return(TrackMouse(theEvent, cellFrame, controlView, untilMouseUp));
 }
 public void DiscardEventsMatchingMask(NSEventMask mask, NSEvent beforeLastEvent)
 {
     DiscardEventsMatchingMask((uint)mask, beforeLastEvent);
 }
Exemple #6
0
 public bool TrackMouseinRectofViewuntilMouseUp(NSEvent theEvent, CGRect cellFrame, NSView controlView, bool untilMouseUp)
 {
     return TrackMouse (theEvent, cellFrame, controlView, untilMouseUp);
 }
 public void DiscardEvents(NSEventMask mask, NSEvent lastEvent)
 {
     DiscardEvents((nuint)(ulong)mask, lastEvent);
 }