| 100 | |
| 101 | |
| 102 | TEST_F(InputTest, CreateContext) |
| 103 | { |
| 104 | dmInput::HBinding binding = dmInput::NewBinding(m_Context); |
| 105 | dmInput::SetBinding(binding, m_TestDDF); |
| 106 | ASSERT_NE(dmInput::INVALID_BINDING, binding); |
| 107 | dmInput::DeleteBinding(binding); |
| 108 | } |
| 109 | |
| 110 | void TextInputCallback(dmhash_t action_id, dmInput::Action* action, void* user_data) |
| 111 | { |
nothing calls this directly
no test coverage detected