Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wynn
purr-data
Commits
ea399cca
Commit
ea399cca
authored
Dec 08, 2015
by
Jonathan Wilkes
Browse files
remove debugging messages
parent
7c82d354
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pdgui.js
View file @
ea399cca
...
...
@@ -840,8 +840,6 @@ function gui_canvas_cursor(cid, pd_event_type) {
function
canvas_sendkey
(
cid
,
state
,
evt
,
char_code
,
repeat
)
{
var
shift
=
evt
.
shiftKey
?
1
:
0
,
repeat_number
=
repeat
?
1
:
0
;
post
(
"
key repeat is
"
+
repeat
);
post
(
"
shift is
"
+
evt
.
shiftKey
);
pdsend
(
cid
,
"
key
"
,
state
,
char_code
,
shift
,
1
,
repeat_number
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment