NSEvent

Undocumented in source.

Alias This

parent

Members

Functions

buttonNumber
int buttonNumber()
Undocumented in source. Be warned that the author may not have intended to support it.
charactersIgnoringModifiers
NSString charactersIgnoringModifiers()
Undocumented in source. Be warned that the author may not have intended to support it.
clickCount
int clickCount()
Undocumented in source. Be warned that the author may not have intended to support it.
deltaX
double deltaX()
Undocumented in source. Be warned that the author may not have intended to support it.
deltaY
double deltaY()
Undocumented in source. Be warned that the author may not have intended to support it.
keyCode
ushort keyCode()
Undocumented in source. Be warned that the author may not have intended to support it.
locationInWindow
NSPoint locationInWindow()
Undocumented in source. Be warned that the author may not have intended to support it.
modifierFlags
NSEventModifierFlags modifierFlags()
Undocumented in source. Be warned that the author may not have intended to support it.
mouseLocation
NSPoint mouseLocation()
Undocumented in source. Be warned that the author may not have intended to support it.
pressedMouseButtons
uint pressedMouseButtons()
Undocumented in source. Be warned that the author may not have intended to support it.
type
NSEventType type()
Undocumented in source. Be warned that the author may not have intended to support it.
window
NSWindow window()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin NSObjectTemplate!(NSEvent, "NSEvent")
Undocumented in source.

Variables

parent
NSObject parent;
Undocumented in source.

Mixed In Members

From mixin NSObjectTemplate!(NSEvent, "NSEvent")

this
this(id id_)
Undocumented in source.
alloc
T alloc()

Allocates, but do not init

getClass
Class getClass()
Undocumented in source. Be warned that the author may not have intended to support it.
getClassID
id getClassID()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta