We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80ca1d commit d6a3a4eCopy full SHA for d6a3a4e
Sources/GateEngine/System/HID/HID.swift
@@ -39,6 +39,8 @@ public enum InputMethod {
39
/// The most recent input method used by the end user
40
public private(set) var recentInputMethod: InputMethod = .mouseKeyboard
41
42
+ public var sharedReceipts: InputReceipts = InputReceipts()
43
+
44
func update(_ deltaTime: Float) {
45
self.mouse.update()
46
self.screen.update()
0 commit comments