Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nana::detail::bedrock::thread_context Struct Reference

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_windowevent_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
 

Constructor & Destructor Documentation

nana::detail::bedrock::thread_context::thread_context ( )
inline

Member Data Documentation

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}