Skip to content

Commit 746c07b

Browse files
committed
Added IsActive to LinuxPlatform.
1 parent 9027931 commit 746c07b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Code/Linux/LinuxPlatform.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,11 @@ namespace Monocle
385385
instance->keys[instance->localKeymap[key]] = on;
386386
}
387387
}
388+
389+
bool Platform::IsActive()
390+
{
391+
return LinuxPlatform::instance->active;
392+
}
388393
}
389394

390395
#endif

0 commit comments

Comments
 (0)