[SQUASH] symbol
[bpt/emacs.git] / src / w32inevt.h
CommitLineData
b46a6a83 1/* Input routines for GNU Emacs on the Microsoft Windows API.
ba318903 2 Copyright (C) 1995, 2001-2014 Free Software Foundation, Inc.
6fc7509e 3
3b7ad313 4This file is part of GNU Emacs.
6fc7509e 5
b9b1cc14 6GNU Emacs is free software: you can redistribute it and/or modify
3b7ad313 7it under the terms of the GNU General Public License as published by
b9b1cc14
GM
8the Free Software Foundation, either version 3 of the License, or
9(at your option) any later version.
6fc7509e 10
3b7ad313
EN
11GNU Emacs is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
6fc7509e 15
3b7ad313 16You should have received a copy of the GNU General Public License
b9b1cc14 17along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
6fc7509e 18
c68833d2
JR
19#ifndef EMACS_W32INEVT_H
20#define EMACS_W32INEVT_H
d114e0a4 21
01bd1b0d
EZ
22extern int w32_console_unicode_input;
23
f75beb47 24extern int w32_console_read_socket (struct terminal *term,
15639586 25 struct input_event *hold_quit);
a10c8269 26extern void w32_console_mouse_position (struct frame **f, int insist,
177c0ea7
JB
27 Lisp_Object *bar_window,
28 enum scroll_bar_part *part,
29 Lisp_Object *x, Lisp_Object *y,
543b3f02 30 unsigned long *time);
d114e0a4 31
c68833d2 32#endif /* EMACS_W32INEVT_H */