Definition at line 350 of file event.
◆ key_up_event() [1/2]
tools::sg::key_up_event::key_up_event |
( |
key_code |
a_key | ) |
|
|
inline |
◆ ~key_up_event()
virtual tools::sg::key_up_event::~key_up_event |
( |
| ) |
|
|
inlinevirtual |
◆ key_up_event() [2/2]
tools::sg::key_up_event::key_up_event |
( |
const key_up_event & |
a_from | ) |
|
|
inline |
◆ cast()
virtual void* tools::sg::key_up_event::cast |
( |
cid |
a_class | ) |
const |
|
inlinevirtual |
Implements tools::sg::event.
Definition at line 355 of file event.
356 if(
void* p = cmp_cast<key_up_event>(
this,a_class))
return p;
◆ copy()
virtual event* tools::sg::key_up_event::copy |
( |
| ) |
const |
|
inlinevirtual |
◆ id_class()
static cid tools::sg::key_up_event::id_class |
( |
| ) |
|
|
inlinestatic |
◆ key()
key_code tools::sg::key_up_event::key |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ m_key
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/sg/event