Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit73713d8

Browse files
mpos_sdl_keyboard.py: disable debug
1 parentaf254ab commit73713d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎internal_filesystem/lib/mpos/indev/mpos_sdl_keyboard.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def _keypad_cb(self, *args):
220220
return
221221
else:
222222
_,state,key,mod=args
223-
print(f"sdl_keyboard.py _keypad_cb got{_},{state}{key}{mod}")
223+
#print(f"mpos_sdl_keyboard.py _keypad_cb got {_}, {state} {key} {mod}")
224224

225225
# Skip modifier keys and SDL-specific large keycodes (>= 2^30), except keypad, nav, and func keys
226226
if (keyin {KEY_LSHIFT,KEY_RSHIFT,KEY_LCTRL,KEY_RCTRL,KEY_LALT,KEY_RALT,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp