| 302 | } |
| 303 | |
| 304 | int string_input_popup::query_int( const bool loop, const bool draw_only ) |
| 305 | { |
| 306 | return query_int_impl<int>( *this, loop, draw_only ); |
| 307 | } |
| 308 | |
| 309 | int64_t string_input_popup::query_int64_t( const bool loop, const bool draw_only ) |
| 310 | { |
no outgoing calls
no test coverage detected