struct

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)
Source

Instance methods

==(other : Char)
Source
clone
Source
copy_with(value _value = @value, key _key = @key)
Source
inspect(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)"
Source
key
modifier?
Source
name(state)
Source
value