libdom
Loading...
Searching...
No Matches
mouse_wheel_event.h
Go to the documentation of this file.
1/*
2 * This file is part of libdom.
3 * Licensed under the MIT License,
4 * http://www.opensource.org/licenses/mit-license.php
5 * Copyright 2009 Bo Yang <struggleyb.nku@gmail.com>
6 */
7
8#ifndef dom_events_internal_mouse_wheel_event_h_
9#define dom_events_internal_mouse_wheel_event_h_
10
12
13#include "events/mouse_event.h"
14
23
24/* Constructor */
26
27/* Destructor */
29
30/* Initialise function */
32 struct dom_mouse_wheel_event *evt);
33
34/* Finalise function */
35#define _dom_mouse_wheel_event_finalise _dom_mouse_event_finalise
36
37#endif
38
dom_exception
Definition exceptions.h:24
void _dom_mouse_wheel_event_destroy(struct dom_mouse_wheel_event *evt)
Definition mouse_wheel_event.c:37
dom_exception _dom_mouse_wheel_event_initialise(struct dom_mouse_wheel_event *evt)
Definition mouse_wheel_event.c:45
dom_exception _dom_mouse_wheel_event_create(struct dom_mouse_wheel_event **evt)
Definition mouse_wheel_event.c:23
Definition mouse_event.h:18
Definition mouse_wheel_event.h:18
int32_t delta
Definition mouse_wheel_event.h:21
struct dom_mouse_event base
Definition mouse_wheel_event.h:19