C# Class OpenTK.Platform.X11.XKeyEvent

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Свойство 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
Résultat System.IntPtr

keycode public_oe property

public int keycode
Résultat int

root public_oe property

public IntPtr,System root
Résultat System.IntPtr

same_screen public_oe property

public bool same_screen
Résultat bool

send_event public_oe property

public bool send_event
Résultat bool

serial public_oe property

public IntPtr,System serial
Résultat System.IntPtr

state public_oe property

public int state
Résultat int

subwindow public_oe property

public IntPtr,System subwindow
Résultat System.IntPtr

time public_oe property

public IntPtr,System time
Résultat System.IntPtr

type public_oe property

public XEventName type
Résultat XEventName

window public_oe property

public IntPtr,System window
Résultat System.IntPtr

x public_oe property

public int x
Résultat int

x_root public_oe property

public int x_root
Résultat int

y public_oe property

public int y
Résultat int

y_root public_oe property

public int y_root
Résultat int