C# 클래스 OpenTK.Platform.X11.XCrossingEvent

파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 상세

detail 공개적으로 프로퍼티

public NotifyDetail detail
리턴 NotifyDetail

display 공개적으로 프로퍼티

public IntPtr,System display
리턴 System.IntPtr

focus 공개적으로 프로퍼티

public bool focus
리턴 bool

mode 공개적으로 프로퍼티

public NotifyMode mode
리턴 NotifyMode

root 공개적으로 프로퍼티

public IntPtr,System root
리턴 System.IntPtr

same_screen 공개적으로 프로퍼티

public bool same_screen
리턴 bool

send_event 공개적으로 프로퍼티

public bool send_event
리턴 bool

serial 공개적으로 프로퍼티

public IntPtr,System serial
리턴 System.IntPtr

state 공개적으로 프로퍼티

public int state
리턴 int

subwindow 공개적으로 프로퍼티

public IntPtr,System subwindow
리턴 System.IntPtr

time 공개적으로 프로퍼티

public IntPtr,System time
리턴 System.IntPtr

type 공개적으로 프로퍼티

public XEventName type
리턴 XEventName

window 공개적으로 프로퍼티

public IntPtr,System window
리턴 System.IntPtr

x 공개적으로 프로퍼티

public int x
리턴 int

x_root 공개적으로 프로퍼티

public int x_root
리턴 int

y 공개적으로 프로퍼티

public int y
리턴 int

y_root 공개적으로 프로퍼티

public int y_root
리턴 int