wince (from <Someone>)

Added support for
Palm-size PC (Windows CE 2.11) and Smartphone 2002.
It works fine under emulation, but it still needs to be tested
on real device. There are also some minor tweaks here and there.

Removed files:
    sys/wince/recover.vcp
    sys/wince/wince.vcp

New files:
    sys/wince/winhcksp.rc
    sys/wince/defaults.nh
    sys/wince/hpc.vcp
    sys/wince/palmpc.vcp
    sys/wince/pocketpc.vcp
    sys/wince/smartphn.vcp

<Someone>
This commit is contained in:
nethack.allison
2002-12-18 03:51:34 +00:00
parent b5c7d31bfd
commit 3f3ce17256
34 changed files with 139754 additions and 96111 deletions

View File

@@ -8,6 +8,18 @@
#include "global.h"
HWND mswin_init_command_window ();
/* if either sz->cx or sz->cy are already set this function will
no modify it. It will adjust them to the minimum size
required by the command window */
void mswin_command_window_size (HWND hwnd, LPSIZE sz);
#if defined(WIN_CE_SMARTPHONE)
/* special keypad input handling for SmartPhone */
BOOL NHSPhoneTranslateKbdMessage(WPARAM wParam, LPARAM lParam, BOOL keyDown);
void NHSPhoneSetKeypadFromString(const char* str);
void NHSPhoneSetKeypadDirection();
void NHSPhoneSetKeypadDefault();
#endif
#endif /* MSWINCMDWindow_h */