2007-10-16 00:13:55 +04:00
|
|
|
/*
|
|
|
|
* Copyright 2004-2007, Haiku, Inc. All Rights Reserved.
|
|
|
|
* Distributed under the terms of the MIT License.
|
|
|
|
*/
|
2004-07-27 14:25:07 +04:00
|
|
|
#ifndef __INPUT_GLOBALS_H
|
|
|
|
#define __INPUT_GLOBALS_H
|
|
|
|
|
2007-10-16 00:13:55 +04:00
|
|
|
|
2007-04-30 14:07:34 +04:00
|
|
|
#include <InterfaceDefs.h>
|
2004-07-27 14:25:07 +04:00
|
|
|
#include <SupportDefs.h>
|
|
|
|
|
2007-10-16 00:13:55 +04:00
|
|
|
class BMessage;
|
|
|
|
|
2004-07-29 17:33:51 +04:00
|
|
|
status_t _control_input_server_(BMessage *command, BMessage *reply);
|
2004-07-27 14:25:07 +04:00
|
|
|
status_t _restore_key_map_();
|
2007-04-30 14:07:34 +04:00
|
|
|
void _get_key_map(key_map **map, char **key_buffer, ssize_t *key_buffer_size);
|
2004-07-27 14:25:07 +04:00
|
|
|
|
|
|
|
#endif // __INPUT_GLOBALS_H
|