Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.4.0
-
None
Description
function handleMouse(mouseE : MouseEvent) { } function handleKey(keyE: KeyEvent) { }
results in
:-1: error: Test.qml:16:5: Could not compile function handleMouse: Cannot resolve the argument type MouseEvent. :-1: error: Test.qml:16:5: Could not compile function handleKey: Cannot resolve the argument type KeyEvent.