provide default coord_mapping from scanners
This commit is contained in:
@@ -24,6 +24,10 @@ class Scanner:
|
||||
|
||||
coord_mapping = None
|
||||
|
||||
@property
|
||||
def key_count(self):
|
||||
raise NotImplementedError
|
||||
|
||||
def scan_for_changes(self):
|
||||
'''
|
||||
Scan for key events and return a key report if an event exists.
|
||||
|
Reference in New Issue
Block a user