Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
evdev
main
Evdev
Codes
Abs
All
Ff
FfStatus
Key
Led
Msc
Rel
Rep
Snd
Sw
Syn
Device
Error
Event
EventType
InputProperty
UinputDevice
Built with Crystal 1.9.2
2023-10-07 18:34:44 UTC
struct
Evdev::Event
Evdev::Event
Struct
Value
Object
Defined in:
event.cr
Constructors
.new
(time : Time, code : Evdev::Codes::All, value : Int32)
Instance Method Summary
#clone
#code
: Evdev::Codes::All
#copy_with
(time _time = @time, code _code = @code, value _value = @value)
#time
: Time
#value
: Int32
Constructor Detail
def self.
new
(time : Time, code :
Evdev::Codes::All
, value : Int32)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
code
:
Evdev::Codes::All
#
def
copy_with
(time _time = @time, code _code = @code, value _value = @value)
#
[
View source
]
def
time
: Time
#
def
value
: Int32
#