Get TVs working

This commit is contained in:
elasota
2020-02-20 03:13:15 -05:00
parent fcd8fdb17e
commit 36f10c60b4
16 changed files with 360 additions and 244 deletions

View File

@@ -12,7 +12,7 @@ bool TimeTaggedVOSEvent::IsKeyDownEvent() const
}
bool TimeTaggedVOSEvent::IsLMouseDownEvent() const
{
{
if (m_vosEvent.m_eventType != GpVOSEventTypes::kMouseInput)
return false;
@@ -22,7 +22,7 @@ bool TimeTaggedVOSEvent::IsLMouseDownEvent() const
}
bool TimeTaggedVOSEvent::IsLMouseUpEvent() const
{
{
if (m_vosEvent.m_eventType != GpVOSEventTypes::kMouseInput)
return false;