Searched refs:WGT_FLAG_RAWINPUT (Results 1 – 3 of 3) sorted by relevance
62 #define WGT_FLAG_RAWINPUT (1<<1) /**< Widget should always get raw input. */ macro
76 wgt_setFlag( wgt, WGT_FLAG_RAWINPUT ); in window_addTabbedWindow()
1729 if (wgt_isFlag( wgt, WGT_FLAG_RAWINPUT )) { in toolkit_inputWindow()2311 if (wgt_isFlag( wgt, WGT_FLAG_RAWINPUT )) { in toolkit_update()