NHDT->ANH, nethack->anethack, nhdat->anhdat
[aNetHack.git] / sys / wince / mhcmd.h
blob9fb85764e3c6a75243d707c94ec26ed5d8ba028f
1 /* aNetHack may be freely redistributed. See license for details. */
3 #ifndef MSWINCMDWindow_h
4 #define MSWINCMDWindow_h
6 #include "winMS.h"
7 #include "config.h"
8 #include "global.h"
10 HWND mswin_init_command_window();
12 /* if either sz->cx or sz->cy are already set this function will
13 no modify it. It will adjust them to the minimum size
14 required by the command window */
15 void mswin_command_window_size(HWND hwnd, LPSIZE sz);
17 #if defined(WIN_CE_SMARTPHONE)
18 /* special keypad input handling for SmartPhone */
19 BOOL NHSPhoneTranslateKbdMessage(WPARAM wParam, LPARAM lParam, BOOL keyDown);
20 void NHSPhoneSetKeypadFromString(const char *str);
21 void NHSPhoneSetKeypadDirection();
22 void NHSPhoneSetKeypadDefault();
23 #endif
25 #endif /* MSWINCMDWindow_h */