C# Class OpenTK.Platform.X11.XKeyEvent

Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
display System.IntPtr
keycode int
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

display public_oe property

public IntPtr,System display
return System.IntPtr

keycode public_oe property

public int keycode
return int

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