forked from KolibriOS/kolibrios
boxlib/tree_list: react on double click as on enter
ftpc: set default user and server (kolibrios.org), some cosmetic improvements beat and playnote: add to ISO git-svn-id: svn://kolibrios.org@7959 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -240,7 +240,12 @@ push eax ebx
|
||||
;------------------------------------------------
|
||||
.mouse_next:
|
||||
|
||||
mcall SF_MOUSE_GET,SSF_BUTTON
|
||||
mcall SF_MOUSE_GET,SSF_BUTTON_EXT
|
||||
test eax,$01000000
|
||||
jz @f
|
||||
call tl_on_press
|
||||
ret
|
||||
@@:
|
||||
bt eax,0 ;left mouse button press
|
||||
pop ebx eax
|
||||
jae .no_draw
|
||||
|
Reference in New Issue
Block a user