diff options
author | louis <louis.braun@gmx.de> | 2016-05-29 10:07:28 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-05-29 10:07:28 +0200 |
commit | 87f3d895f7026b8b39944042cafcd50fdd14028a (patch) | |
tree | 77f25bc9e7458a6b7e0f6129ffff08d8ac1d344d /coreengine/attributes.h | |
parent | 75668612bede1c9971e6cb77eda396525d1019b1 (diff) | |
download | vdr-plugin-skindesigner-87f3d895f7026b8b39944042cafcd50fdd14028a.tar.gz vdr-plugin-skindesigner-87f3d895f7026b8b39944042cafcd50fdd14028a.tar.bz2 |
left / right keys in zappilot configurable in skin
Diffstat (limited to 'coreengine/attributes.h')
-rw-r--r-- | coreengine/attributes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreengine/attributes.h b/coreengine/attributes.h index 228964d..c0a7402 100644 --- a/coreengine/attributes.h +++ b/coreengine/attributes.h @@ -70,6 +70,7 @@ public: cPoint ShiftStartpoint(void) { return cPoint(GetValue((int)eViewListAttribs::startx), GetValue((int)eViewListAttribs::starty)); }; int ShiftType(void) { return GetValue((int)eViewListAttribs::shifttype); }; int ShiftMode(void) { return GetValue((int)eViewListAttribs::shiftmode); }; + eButtonType Button(void) { return (eButtonType)GetValue((int)eViewListAttribs::button); } void Debug(void); }; /****************************************************************** |