Skip to content

Commit 91a95ea

Browse files
committed
test: Add WindowProxy.register_event_type
1 parent 4810b67 commit 91a95ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/conftest.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,10 @@ def center_window(self):
348348
def set_vsync(self, vsync):
349349
self.window.set_vsync(vsync)
350350

351+
@staticmethod
352+
def register_event_type(*args, **kwargs):
353+
pass
354+
351355
@property
352356
def default_camera(self):
353357
"""

0 commit comments

Comments
 (0)