@@ -1731,6 +1731,16 @@ HotelTV.hcap = (function() {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
SendVirKeyEvent: function(_keyValue) {
|
||||||
|
hcap.key.sendKey({
|
||||||
|
"virtualKeycode" : _keyValue,
|
||||||
|
"onSuccess" : function() { },
|
||||||
|
"onFailure" : function(f) {
|
||||||
|
console.error("onFailure : errorMessage = " + f.errorMessage);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
},
|
||||||
|
|
||||||
Test: function() {
|
Test: function() {
|
||||||
console.log("Test Start....");
|
console.log("Test Start....");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user