smooth movement

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@587 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
Nishi 2025-11-04 01:52:44 +00:00
commit 83340f95a2
19 changed files with 79 additions and 35 deletions

View file

@ -109,6 +109,8 @@ struct _MwViewport {
MwWidget hscroll;
MwWidget frame;
MwWidget inframe;
int vchanged;
int hchanged;
};
struct _MwListBoxEntry {
@ -124,6 +126,7 @@ struct _MwListBox {
unsigned long click_time;
int pressed;
int* width;
int changed;
};
struct _MwDirectoryEntry {
@ -150,7 +153,7 @@ struct _MwClass {
MwHandlerMouse mouse_down;
MwHandlerKey key;
MwHandlerExecute execute;
void* reserved2;
MwHandler tick;
void* reserved3;
void* reserved4;
void* reserved5;