MxVideoPresenter::IsHit (#244)

* MxVideoPresenter::IsHit

* Apply clang-format

* Minor logic fix

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
MS
2023-10-25 06:02:36 -04:00
committed by GitHub
parent b449da1fa3
commit 10ebdfa608
4 changed files with 91 additions and 15 deletions

View File

@@ -14,10 +14,12 @@ public:
enum {
Flag_Looping = 0x01,
Flag_Bit3 = 0x04,
Flag_Bit4 = 0x08,
Flag_Bit5 = 0x10,
Flag_Enabled = 0x20,
Flag_Parsed = 0x80,
Flag_Bit9 = 0x200,
Flag_Bit10 = 0x400,
};
__declspec(dllexport) MxDSAction();