C# Class Reign.Core.X11.XMotionEvent

Show file Open project: reignstudios/ReignSDK

Public Properties

Property Type Description
display System.IntPtr
is_hint byte
root System.IntPtr
same_screen bool
send_event bool
serial System.IntPtr
state int
subwindow System.IntPtr
time System.IntPtr
type int
window System.IntPtr
x int
x_root int
y int
y_root int

Property Details

display public property

public IntPtr,System display
return System.IntPtr

is_hint public property

public byte is_hint
return byte

root public property

public IntPtr,System root
return System.IntPtr

same_screen public property

public bool same_screen
return bool

send_event public property

public bool send_event
return bool

serial public property

public IntPtr,System serial
return System.IntPtr

state public property

public int state
return int

subwindow public property

public IntPtr,System subwindow
return System.IntPtr

time public property

public IntPtr,System time
return System.IntPtr

type public property

public int type
return int

window public property

public IntPtr,System window
return System.IntPtr

x public property

public int x
return int

x_root public property

public int x_root
return int

y public property

public int y
return int

y_root public property

public int y_root
return int