Nana C++ Library. Reference for users.
What we need to use nana
|
Classes | |
struct | cursor_tag |
struct | platform_detail_tag |
Public Member Functions | |
thread_context () | |
Public Attributes | |
unsigned | event_pump_ref_count {0} |
int | window_count {0} |
basic_window * | event_window {nullptr} |
bool | is_alt_pressed {false} |
bool | is_ctrl_pressed {false} |
struct nana::detail::bedrock::thread_context::platform_detail_tag | platform |
struct nana::detail::bedrock::thread_context::cursor_tag | cursor |
|
inline |
struct nana::detail::bedrock::thread_context::cursor_tag nana::detail::bedrock::thread_context::cursor |
unsigned nana::detail::bedrock::thread_context::event_pump_ref_count {0} |
basic_window* nana::detail::bedrock::thread_context::event_window {nullptr} |
bool nana::detail::bedrock::thread_context::is_alt_pressed {false} |
bool nana::detail::bedrock::thread_context::is_ctrl_pressed {false} |
struct nana::detail::bedrock::thread_context::platform_detail_tag nana::detail::bedrock::thread_context::platform |
int nana::detail::bedrock::thread_context::window_count {0} |