Handbook
Glossary
XIAnyHierarchyChangeInfo
Vocabulary
x11
.
xinput2
.
ffi
Definition
USING:
alien.c-types
classes.struct
;
IN:
x11.xinput2.ffi
UNION-STRUCT:
XIAnyHierarchyChangeInfo
{
type
int
initial:
0
}
{
add
XIAddMasterInfo
initial:
S{
XIAddMasterInfo
{
type 0
}
{
name
f
}
{
send_core 0
}
{
enable 0
}
}
}
{
remove
XIRemoveMasterInfo
initial:
S{
XIRemoveMasterInfo
{
type 0
}
{
deviceid 0
}
{
return_mode 0
}
{
return_pointer 0
}
{
return_keyboard 0
}
}
}
{
attach
XIAttachSlaveInfo
initial:
S{
XIAttachSlaveInfo
{
type 0
}
{
deviceid 0
}
{
new_master 0
}
}
}
{
detach
XIDetachSlaveInfo
initial:
S{
XIDetachSlaveInfo
{
type 0
}
{
deviceid 0
}
}
}
;
Methods
USING:
classes.struct
classes.struct.private
kernel
x11.xinput2.ffi
;
M:
XIAnyHierarchyChangeInfo
clone
clone-underlying
\
XIAnyHierarchyChangeInfo
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
x11.xinput2.ffi
;
M:
XIAnyHierarchyChangeInfo
struct-slot-values
{
[
type>>
]
[
add>>
]
[
remove>>
]
[
attach>>
]
[
detach>>
]
}
cleave>array
;
inline