Sign in
mojo
/
mojo-tools
/
d5e2131d2dfde88dc4740eeec458941a7984232a
/
.
/
sky
/
engine
/
core
/
view
/
EventCallback.idl
blob: 284ae8a70f16d3bc7b613661bf7c88e4eed00534 [
file
]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
callback
interface
EventCallback
{
boolean
handleEvent
(
Event
event
);
};