WaylandClient::Seat::Xkb::Key
Inherits Struct < Value < Object
Constants
MODIFIERS = {65505, 65505, 65509, 65507, 65508, 65513, 65027, 65407}
Constructors
new(value : LibXkbcommon::XkbKeysym, key : UInt32)
SourceInstance methods
==(other : Char)
Sourcechr
Sourceclone
Sourcecopy_with(value _value = @value, key _key = @key)
Sourceinspect(io : IO) : Nil
Appends this struct's name and instance variables names and values to the given IO.
struct Point
def initialize(@x : Int32, @y : Int32)
end
end
p1 = Point.new 1, 2
p1.to_s # "Point(@x=1, @y=2)"
p1.inspect # "Point(@x=1, @y=2)"
key
modifier?
Sourcename(state)
Sourcevalue