Add NSSet

This commit is contained in:
gingerBill
2023-08-24 23:31:21 +01:00
parent 8f512001b6
commit 8f086a6957
2 changed files with 28 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ EventMask :: distinct bit_set[EventType; UInteger]
EventMaskAny :: ~EventMask{}
when size_of(UInteger) == 4 {
// We don't support a 32-bit darwin system but this is mostly to shut up -vet for the time being
// We don't support a 32-bit darwin system but this is mostly to shut up the type checker for the time being
EventType :: enum UInteger {
LeftMouseDown = 1,
LeftMouseUp = 2,