smartphone keypad input tweaks (from <Someone>)
<Someone> wrote: > Some keypad input tweaks for Smartphone port: > - added "Type Cmd" command that allows to type arbitrary commands using > phone keypad > - added Q(quiver) command to "Attack" layout > - fixed F command to prompt for direction > > >>2) I can't find a way to do the equivalent of d<number><item> and the >>same for picking up (for example when multiple rations are on top of each >>other and you can only afford 1) >> >>3) I can't find a way to change the quiver (the Q command)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//{{NO_DEPENDENCIES}}
|
||||
// Microsoft Developer Studio generated include file.
|
||||
// Used by winhack.rc
|
||||
// Used by winhcksp.rc
|
||||
//
|
||||
#define IDC_MYICON 2
|
||||
#define IDD_WINHACK_DIALOG 102
|
||||
@@ -146,13 +146,14 @@
|
||||
#define IDS_CAP_NORMALMAP 32827
|
||||
#define IDM_HELP_MENU 32828
|
||||
#define IDM_VIEW_OPTIONS 32829
|
||||
#define IDM_DIRECT_COMMAND 32830
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 155
|
||||
#define _APS_NEXT_COMMAND_VALUE 32830
|
||||
#define _APS_NEXT_COMMAND_VALUE 32831
|
||||
#define _APS_NEXT_CONTROL_VALUE 1334
|
||||
#define _APS_NEXT_SYMED_VALUE 110
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user