IDA C++ SDK 9.2
Loading...
Searching...
No Matches
view_mouse_event_location_t Union Reference

Abstraction of location in flat view/graph views (out of 'view_mouse_event_t' to make it easy for SWiG to wrap) More...

#include <kernwin.hpp>

Public Attributes

ea_t ea
 flat view (rtype == TCCRT_FLAT)
const selection_item_titem
 graph views (rtype != TCCRT_FLAT).

Detailed Description

Abstraction of location in flat view/graph views (out of 'view_mouse_event_t' to make it easy for SWiG to wrap)

Member Data Documentation

◆ ea

ea_t view_mouse_event_location_t::ea

flat view (rtype == TCCRT_FLAT)

◆ item

const selection_item_t* view_mouse_event_location_t::item

graph views (rtype != TCCRT_FLAT).

nullptr if mouse is not currently over an item.


The documentation for this union was generated from the following file: