src: add AllowEvents core request

This commit is contained in:
Santiago Gimeno 2015-01-20 13:56:50 +01:00
parent 5e14ac2301
commit b3ca6fb04b

View file

@ -613,6 +613,12 @@ var templates = {
return [ 'CCSLSxx', [ 34, key, 3, wid, modifiers ] ];
}
],
AllowEvents: [
function(mode, ts) {
return [ 'CCSL', [ 35, mode, 2, ts ] ];
}
],
GrabServer: [
[ 'CxS', [36, 1]]