C# Class OpenTK.Platform.X11.XCrossingEvent

Mostra file Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
detail NotifyDetail
display System.IntPtr
focus bool
mode NotifyMode
root System.IntPtr
same_screen bool
send_event bool
serial System.IntPtr
state int
subwindow System.IntPtr
time System.IntPtr
type XEventName
window System.IntPtr
x int
x_root int
y int
y_root int

Property Details

detail public_oe property

public NotifyDetail detail
return NotifyDetail

display public_oe property

public IntPtr,System display
return System.IntPtr

focus public_oe property

public bool focus
return bool

mode public_oe property

public NotifyMode mode
return NotifyMode

root public_oe property

public IntPtr,System root
return System.IntPtr

same_screen public_oe property

public bool same_screen
return bool

send_event public_oe property

public bool send_event
return bool

serial public_oe property

public IntPtr,System serial
return System.IntPtr

state public_oe property

public int state
return int

subwindow public_oe property

public IntPtr,System subwindow
return System.IntPtr

time public_oe property

public IntPtr,System time
return System.IntPtr

type public_oe property

public XEventName type
return XEventName

window public_oe property

public IntPtr,System window
return System.IntPtr

x public_oe property

public int x
return int

x_root public_oe property

public int x_root
return int

y public_oe property

public int y
return int

y_root public_oe property

public int y_root
return int