#include <touchcontrols.h>
Public Types | |
enum | { NOT_TOGGLEABLE , FIRST_TEXTURE , SECOND_TEXTURE } |
Public Attributes | |
float | repeat_counter |
EKEY_CODE | keycode |
std::vector< size_t > | pointer_ids |
std::shared_ptr< IGUIImage > | gui_button = nullptr |
enum button_info:: { ... } | toggleable = NOT_TOGGLEABLE |
std::string | toggle_textures [2] |
std::shared_ptr<IGUIImage> button_info::gui_button = nullptr |
Referenced by TouchControls::addButton(), and TouchControls::buttonEmitAction().
EKEY_CODE button_info::keycode |
Referenced by TouchControls::addButton(), and TouchControls::buttonEmitAction().
std::vector<size_t> button_info::pointer_ids |
float button_info::repeat_counter |
std::string button_info::toggle_textures[2] |
Referenced by TouchControls::addToggleButton(), and TouchControls::buttonEmitAction().
enum { ... } button_info::toggleable |
Referenced by TouchControls::addToggleButton(), and TouchControls::buttonEmitAction().