xcb-d v2.1.1+1.11.1 (2018-10-28T22:27:09Z)
Dub
Repo
xcb_test_fake_input_request_t
xcb
xtest
@brief xcb_test_fake_input_request_t
extern (
C
)
struct
xcb_test_fake_input_request_t {
ubyte
major_opcode
;
ubyte
minor_opcode
;
ushort
length
;
ubyte
type
;
ubyte
detail
;
ubyte
[
2
]
pad0
;
uint
time
;
xcb_window_t
root
;
ubyte
[
8
]
pad1
;
short
rootX
;
short
rootY
;
ubyte
[
7
]
pad2
;
ubyte
deviceid
;
}
Members
Variables
detail
ubyte
detail
;
<
deviceid
ubyte
deviceid
;
<
length
ushort
length
;
<
major_opcode
ubyte
major_opcode
;
<
minor_opcode
ubyte
minor_opcode
;
<
pad0
ubyte
[
2
]
pad0
;
<
pad1
ubyte
[
8
]
pad1
;
<
pad2
ubyte
[
7
]
pad2
;
<
root
xcb_window_t
root
;
<
rootX
short
rootX
;
<
rootY
short
rootY
;
<
time
uint
time
;
<
type
ubyte
type
;
<
Meta
Source
See Implementation
xcb
xtest
aliases
XCB_TEST_CURSOR_CURRENT
XCB_TEST_CURSOR_NONE
enums
xcb_test_cursor_t
functions
xcb_test_compare_cursor
xcb_test_compare_cursor_reply
xcb_test_compare_cursor_unchecked
xcb_test_fake_input
xcb_test_fake_input_checked
xcb_test_get_version
xcb_test_get_version_reply
xcb_test_get_version_unchecked
xcb_test_grab_control
xcb_test_grab_control_checked
manifest constants
XCB_TEST_COMPARE_CURSOR
XCB_TEST_FAKE_INPUT
XCB_TEST_GET_VERSION
XCB_TEST_GRAB_CONTROL
static variables
xcb_test_id
structs
xcb_test_compare_cursor_cookie_t
xcb_test_compare_cursor_reply_t
xcb_test_compare_cursor_request_t
xcb_test_fake_input_request_t
xcb_test_get_version_cookie_t
xcb_test_get_version_reply_t
xcb_test_get_version_request_t
xcb_test_grab_control_request_t
variables
XCB_TEST_MAJOR_VERSION
XCB_TEST_MINOR_VERSION
@brief xcb_test_fake_input_request_t