Add Gesture support
Only supports OnRelease right now. Also, some bugs were spotted while writing this: - Sometimes deadlocks on startup (cause unknown) - Sometimes valid CIDs will be unknown (bug may have been fixed?)
This commit is contained in:
@@ -65,11 +65,10 @@ namespace actions {
|
||||
|
||||
class Config
|
||||
{
|
||||
public:
|
||||
protected:
|
||||
explicit Config(Device* device) : _device (device)
|
||||
{
|
||||
}
|
||||
protected:
|
||||
Device* _device;
|
||||
};
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user