HGE::Input_IsMouseOver

Tests if mouse cursor is inside HGE window or not.

bool Input_IsMouseOver();

Return value

If mouse cursor is inside HGE window, returns true. Otherwise returns false.

Remarks

This function may be useful to decide if a mouse cursor should be rendered.

Requirements

Header: hge.h
Import library: hge.lib

See also

HGE_HIDEMOUSE