Skip to content

Commit d6a3a4e

Browse files
committed
Add sharedReceipts
1 parent d80ca1d commit d6a3a4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/GateEngine/System/HID/HID.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ public enum InputMethod {
3939
/// The most recent input method used by the end user
4040
public private(set) var recentInputMethod: InputMethod = .mouseKeyboard
4141

42+
public var sharedReceipts: InputReceipts = InputReceipts()
43+
4244
func update(_ deltaTime: Float) {
4345
self.mouse.update()
4446
self.screen.update()

0 commit comments

Comments
 (0)