23 #ifndef BAGEL_BAGLIB_DEV_DLG_H 24 #define BAGEL_BAGLIB_DEV_DLG_H 26 #include "bagel/baglib/storage_dev_win.h" 27 #include "bagel/boflib/gfx/text.h" 31 #define ACH_GUESS_MAX_CHARS 40 36 char _achGuess[ACH_GUESS_MAX_CHARS];
45 CDevDlg(
int buttonX = -1,
int buttonY = -1);
51 void onKeyHit(uint32 keyCode, uint32 repCount)
override;
53 void onMouseMove(uint32 flags,
CBofPoint *point,
void * =
nullptr)
override;
54 void onLButtonUp(uint32 flags,
CBofPoint *point,
void * =
nullptr)
override;
55 void onClose()
override;
Definition: storage_dev_win.h:482