mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Get TVs working
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user