forked from KolibriOS/kolibrios
- Move source code from `trunk` into program root directory. - Fix build and ASM files. - Translated a few RU comments to en_US. - Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden. (Work towards #75, point 3) Reviewed-on: KolibriOS/kolibrios#244 Reviewed-by: Gleb Zaharov <risdeveau@codrs.ru> Reviewed-by: Burer <burer@kolibrios.org> Co-authored-by: Andrew <dent.ace@gmail.com> Co-committed-by: Andrew <dent.ace@gmail.com>
21 lines
650 B
PHP
21 lines
650 B
PHP
;----------------------------------------------------------
|
|
;---------------------sound of events----------------------
|
|
;----------------------------------------------------------
|
|
align 4
|
|
sound:
|
|
mcall SF_SPEAKER_PLAY,55
|
|
ret
|
|
|
|
;----------------------------------------------------------
|
|
;---------------------user events--------------------------
|
|
;----------------------------------------------------------
|
|
|
|
;description:
|
|
; ¯¥à¥¬¥é¥¨¥ áªà®««¨£®¢ ¢ «¥¢ë© ¢¥à娩 㣮« (0,0)
|
|
align 4
|
|
scrollbar_move_00:
|
|
and [PosX],0
|
|
and [PosY],0
|
|
mov [Scroll1CoordinatX],ci_scrollh_coord_x_min
|
|
mov [Scroll2CoordinatY],ci_scrollv_coord_y_min
|
|
ret |