mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 13:33:13 -07:00
Add Motion Stub to Setsu
This commit is contained in:
parent
0e324a41a0
commit
abc9a27208
5 changed files with 196 additions and 130 deletions
|
@ -409,7 +409,7 @@ void StreamSession::HandleSetsuEvent(SetsuEvent *event)
|
|||
switch(event->type)
|
||||
{
|
||||
case SETSU_EVENT_DEVICE_ADDED:
|
||||
setsu_connect(setsu, event->path);
|
||||
setsu_connect(setsu, event->path, event->dev_type);
|
||||
break;
|
||||
case SETSU_EVENT_DEVICE_REMOVED:
|
||||
for(auto it=setsu_ids.begin(); it!=setsu_ids.end();)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue