ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/dclient/include/ndk/keymap.hh
Revision: 1.1
Committed: Sun Oct 24 20:31:43 2010 UTC (13 years, 8 months ago) by sf-pippijn
Branch: MAIN
CVS Tags: HEAD
Log Message:
use EV and plain sockets instead of asio

File Contents

# User Rev Content
1 sf-pippijn 1.1 #pragma once
2    
3     #include "key.hh"
4    
5     #include <string>
6    
7     namespace ndk
8     {
9     struct mouse;
10    
11     bool has_keymap ();
12     key parsekey (std::string &esc, int ch);
13     mouse getmouse (std::string &esc);
14     }