Mir
|
#include <keyboard_event.h>
Additional Inherited Members | |
![]() | |
static mir::EventUPtr | deserialize (std::string const &bytes) |
static std::string | serialize (MirEvent const *event) |
![]() | |
MirInputEvent ()=default | |
MirInputEvent (MirEventType type) | |
MirInputEvent (MirInputEvent const &event)=default | |
MirInputEvent & | operator= (MirInputEvent const &event)=default |
![]() | |
MirEvent ()=default | |
MirEvent (MirEventType type) | |
MirEvent (MirEvent const &event)=default | |
MirEvent & | operator= (MirEvent const &event)=default |
![]() | |
MirEventType | type_ |
MirKeyboardEvent::MirKeyboardEvent | ( | ) |
MirKeyboardAction MirKeyboardEvent::action | ( | ) | const |
mir::cookie::Blob MirKeyboardEvent::cookie | ( | ) | const |
int32_t MirKeyboardEvent::device_id | ( | ) | const |
std::chrono::nanoseconds MirKeyboardEvent::event_time | ( | ) | const |
int32_t MirKeyboardEvent::key_code | ( | ) | const |
MirInputEventModifiers MirKeyboardEvent::modifiers | ( | ) | const |
int32_t MirKeyboardEvent::scan_code | ( | ) | const |
void MirKeyboardEvent::set_action | ( | MirKeyboardAction | action | ) |
void MirKeyboardEvent::set_cookie | ( | mir::cookie::Blob const & | cookie | ) |
void MirKeyboardEvent::set_device_id | ( | int32_t | id | ) |
void MirKeyboardEvent::set_event_time | ( | std::chrono::nanoseconds const & | event_time | ) |
void MirKeyboardEvent::set_key_code | ( | int32_t | key_code | ) |
void MirKeyboardEvent::set_modifiers | ( | MirInputEventModifiers | modifiers | ) |
void MirKeyboardEvent::set_scan_code | ( | int32_t | scan_code | ) |
void MirKeyboardEvent::set_source_id | ( | int32_t | id | ) |
int32_t MirKeyboardEvent::source_id | ( | ) | const |
Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Sep 8 14:50:19 UTC 2016