|
cgv
|
vr extension of throttle event More...
#include <vr_events.h>
Public Member Functions | |
| vr_throttle_event (void *_device_handle, unsigned _controller_index, const vr::vr_kit_state &_state, float _x, float _dx, unsigned _player_index=0, unsigned _throttle_index=0, double _time=0) | |
| construct a throttle event from value and value change | |
| void * | get_device_id () const |
| return the device id, by default returns 0 | |
| void | stream_out (std::ostream &os) const |
| write to stream | |
Public Member Functions inherited from cgv::gui::throttle_event | |
| throttle_event (float _x, float _dx, unsigned _player_index=0, unsigned _controller_index=0, unsigned _throttle_index=0, double _time=0) | |
| construct a throttle event from value and value change | |
| unsigned | get_player_index () const |
| return player index | |
| unsigned | get_controller_index () const |
| return controller index | |
| unsigned | get_throttle_index () const |
| return throttle index | |
| void | stream_in (std::istream &is) |
| read from stream | |
| float | get_value () const |
| return the current value of the throttle | |
| float | get_value_change () const |
| return the change of value of the throttle | |
| float | get_last_value () const |
| return the last value of the throttle | |
Public Member Functions inherited from cgv::gui::event | |
| event (unsigned int _kind=EID_NONE, unsigned char _modifiers=0, unsigned char _toggle_keys=0, double _time=0) | |
| construct event from its kind | |
| virtual | ~event () |
| virtual destructor for events | |
| void | set_kind (unsigned char _kind) |
| set the kind of the event | |
| unsigned | get_kind () const |
| return, what kind of event this is, typically a value from the EventId enum | |
| void | set_flags (unsigned char _flags) |
| return the set the event flags | |
| unsigned | get_flags () const |
| return the event flags | |
| void | set_modifiers (unsigned char _modifiers) |
| set the modifiers | |
| unsigned char | get_modifiers () const |
| return the active modifiers as values from EventModifier combined with a logical or-operation | |
| void | set_toggle_keys (unsigned char _toggle_keys) |
| set the state of the toggle keys | |
| unsigned char | get_toggle_keys () const |
| return the state of the toggle keys as values from EventToggleKeys combined with a logical or-operation | |
| void | set_time (const double &_time) |
| set the time of the event | |
| double | get_time () const |
| return the time of the event in seconds | |
Public Member Functions inherited from cgv::gui::vr_event_extension | |
| vr_event_extension (void *_device_handle, const vr::vr_kit_state &_state) | |
| construct extension from device handle and vr state | |
| void * | get_device_handle () const |
| return the device id, by default returns 0 | |
| const vr::vr_kit_state & | get_state () const |
| return the state of vr kit | |
Additional Inherited Members | |
Protected Attributes inherited from cgv::gui::throttle_event | |
| unsigned char | player_index |
| unsigned char | controller_index |
| unsigned char | throttle_index |
| float | x |
| float | dx |
Protected Attributes inherited from cgv::gui::event | |
| unsigned char | kind |
| store which kind of event we have | |
| unsigned char | flags |
| store event flags | |
| unsigned char | modifiers |
| store the active modifiers | |
| unsigned char | toggle_keys |
| store the active toggle keys | |
| double | time |
| store the time of the event in seconds | |
Protected Attributes inherited from cgv::gui::vr_event_extension | |
| void * | device_handle |
| store device handle | |
| const vr::vr_kit_state & | state |
| access to current vr state | |
vr extension of throttle event
Definition at line 64 of file vr_events.h.
| cgv::gui::vr_throttle_event::vr_throttle_event | ( | void * | _device_handle, |
| unsigned | _controller_index, | ||
| const vr::vr_kit_state & | _state, | ||
| float | _x, | ||
| float | _dx, | ||
| unsigned | _player_index = 0, |
||
| unsigned | _throttle_index = 0, |
||
| double | _time = 0 |
||
| ) |
construct a throttle event from value and value change
Definition at line 51 of file vr_events.cxx.
References cgv::gui::EF_VR, and cgv::gui::event::flags.
|
inlinevirtual |
return the device id, by default returns 0
Reimplemented from cgv::gui::event.
Definition at line 71 of file vr_events.h.
|
virtual |
write to stream
Reimplemented from cgv::gui::throttle_event.
Definition at line 59 of file vr_events.cxx.
References cgv::gui::vr_event_extension::device_handle, and cgv::gui::throttle_event::stream_out().