MCPcopy Create free account
hub / github.com/JACoders/OpenJK / Item_TextScroll_MouseEnter

Function Item_TextScroll_MouseEnter

code/ui/ui_shared.cpp:7626–7630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7624}
7625
7626void Item_TextScroll_MouseEnter (itemDef_t *item, float x, float y)
7627{
7628 item->window.flags &= ~(WINDOW_LB_LEFTARROW | WINDOW_LB_RIGHTARROW | WINDOW_LB_THUMB | WINDOW_LB_PGUP | WINDOW_LB_PGDN);
7629 item->window.flags |= Item_TextScroll_OverLB(item, x, y);
7630}
7631
7632/*
7633=================

Callers 1

Item_MouseEnterFunction · 0.70

Calls 1

Item_TextScroll_OverLBFunction · 0.70

Tested by

no test coverage detected