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