7 lines
358 B
INI
7 lines
358 B
INI
[event-global.html]
|
|
[window.event is set to the current event, which is the event passed to dispatch (2)]
|
|
expected:
|
|
if not debug and (os == "linux") and not asan and not tsan: [FAIL, PASS]
|
|
if not debug and (os == "win"): [FAIL, PASS]
|
|
if not debug and (os == "mac"): [FAIL, PASS]
|
|
if not debug and (os == "android"): [FAIL, PASS]
|