Classes | |
| struct | BITMAPINFOHEADER |
Functions | |
| void | init_cursor (dword dst, dword src) |
| ---------------------------------------------------------------------------— More... | |
| void | set_cursor (dword hcursor) |
| ---------------------------------------------------------------------------— More... | |
| void | load_cursor (dword src, dword flags) |
| ---------------------------------------------------------------------------— More... | |
| void | delete_cursor (dword hcursor) |
| ---------------------------------------------------------------------------— More... | |
| void | restore_24 (dword x, dword y) |
| ---------------------------------------------------------------------------— More... | |
| void | restore_32 (dword x, dword y) |
| ---------------------------------------------------------------------------— More... | |
| void | restore_16 (dword x, dword y) |
| ---------------------------------------------------------------------------— More... | |
| void | VGA_restore_32 (dword x, dword y) |
| ---------------------------------------------------------------------------— More... | |
| void | move_cursor_24 (dword hcursor, dword x, dword y) |
| ---------------------------------------------------------------------------— More... | |
| void | move_cursor_32 (dword hcursor, dword x, dword y) |
| ---------------------------------------------------------------------------— More... | |
| void | move_cursor_16 (dword hcursor, dword x, dword y) |
| ---------------------------------------------------------------------------— More... | |
| void | VGA_move_cursor_32 (dword hcursor, dword x, dword y) |
| ---------------------------------------------------------------------------— More... | |
Variables | |
| dd | rBase |
| dd | pQuad |
| dd | pBits |
| dd | pAnd |
| dd | width |
| dd | height |
| dd | counter |
| label | create_cursor |
| dd | _src |
| dd | _flags |
| dd | _hcursor |
| dd | handle |
| label | destroy_cursor |
| ---------------------------------------------------------------------------— param eax= cursor More... | |
| label | select_cursor |
| ---------------------------------------------------------------------------— More... | |
| dd | h |
| dd | _dx |
| dd | _dy |
| dd | bg_ptr |
| dd | tmp_x |
| dd | tmp_y |
| label | check_mouse_area_for_getpixel_new |
| ---------------------------------------------------------------------------— More... | |
| label | check_mouse_area_for_putpixel_new |
| --------------------------------------------------------------------------— More... | |
| label | get_display |
| ---------------------------------------------------------------------------— More... | |
| label | init_display |
| ---------------------------------------------------------------------------— More... | |
| label | def_arrow |
| ---------------------------------------------------------------------------— More... | |
| label | def_hresize |
| ---------------------------------------------------------------------------— More... | |
| label | def_vresize |
| ---------------------------------------------------------------------------— More... | |
| label | def_dresize1 |
| ---------------------------------------------------------------------------— More... | |
| label | def_dresize2 |
| ---------------------------------------------------------------------------— More... | |
| label | clock_arrow |
| ---------------------------------------------------------------------------— More... | |
| void delete_cursor | ( | dword | hcursor | ) |
---------------------------------------------------------------------------—
| void init_cursor | ( | dword | dst, |
| dword | src | ||
| ) |
---------------------------------------------------------------------------—
| void load_cursor | ( | dword | src, |
| dword | flags | ||
| ) |
---------------------------------------------------------------------------—
| void move_cursor_16 | ( | dword | hcursor, |
| dword | x, | ||
| dword | y | ||
| ) |
---------------------------------------------------------------------------—
| void move_cursor_24 | ( | dword | hcursor, |
| dword | x, | ||
| dword | y | ||
| ) |
---------------------------------------------------------------------------—
| void move_cursor_32 | ( | dword | hcursor, |
| dword | x, | ||
| dword | y | ||
| ) |
---------------------------------------------------------------------------—
| void restore_16 | ( | dword | x, |
| dword | y | ||
| ) |
---------------------------------------------------------------------------—
| void restore_24 | ( | dword | x, |
| dword | y | ||
| ) |
---------------------------------------------------------------------------—
| void restore_32 | ( | dword | x, |
| dword | y | ||
| ) |
---------------------------------------------------------------------------—
| void set_cursor | ( | dword | hcursor | ) |
---------------------------------------------------------------------------—
| void VGA_move_cursor_32 | ( | dword | hcursor, |
| dword | x, | ||
| dword | y | ||
| ) |
---------------------------------------------------------------------------—
| void VGA_restore_32 | ( | dword | x, |
| dword | y | ||
| ) |
---------------------------------------------------------------------------—
| dd _dx |
| dd _dy |
| dd _flags |
| dd _hcursor |
| dd _src |
| dd bg_ptr |
| label check_mouse_area_for_getpixel_new |
---------------------------------------------------------------------------—
| label check_mouse_area_for_putpixel_new |
--------------------------------------------------------------------------—
| label clock_arrow |
---------------------------------------------------------------------------—
| dd counter |
| label create_cursor |
| label def_arrow |
---------------------------------------------------------------------------—
| label def_dresize1 |
---------------------------------------------------------------------------—
| label def_dresize2 |
---------------------------------------------------------------------------—
| label def_hresize |
---------------------------------------------------------------------------—
| label def_vresize |
---------------------------------------------------------------------------—
| label destroy_cursor |
---------------------------------------------------------------------------— param eax= cursor
| label get_display |
---------------------------------------------------------------------------—
| dd h |
| dd handle |
| dd height |
| label init_display |
---------------------------------------------------------------------------—
| dd pAnd |
| dd pBits |
| dd pQuad |
| dd rBase |
| label select_cursor |
---------------------------------------------------------------------------—
| dd tmp_x |
| dd tmp_y |
| dd width |