All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gwt.react.client.events.WheelEvent Maven / Gradle / Ivy

package gwt.react.client.events;

import jsinterop.annotations.JsType;

/**
 * Created by paul on 2016-03-15.
 */
@JsType(isNative = true)
public class WheelEvent extends SyntheticEvent {
    public int deltaMode;
    public int deltaX;
    public int deltaY;
    public int deltaZ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy