C# Class OpenTK.Platform.X11.XReparentEvent

Mostra file Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
display System.IntPtr
override_redirect bool
parent System.IntPtr
send_event bool
serial System.IntPtr
type XEventName
window System.IntPtr
x int
xevent System.IntPtr
y int

Property Details

display public_oe property

public IntPtr,System display
return System.IntPtr

override_redirect public_oe property

public bool override_redirect
return bool

parent public_oe property

public IntPtr,System parent
return System.IntPtr

send_event public_oe property

public bool send_event
return bool

serial public_oe property

public IntPtr,System serial
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

xevent public_oe property

public IntPtr,System xevent
return System.IntPtr

y public_oe property

public int y
return int