| 174 | } |
| 175 | |
| 176 | void SetPosition(TwBar* bar, int32 posX, int32 posY) |
| 177 | { |
| 178 | int32 positions[2] = { posX, posY }; |
| 179 | TwCall(TwSetParam(bar, nullptr, "position", TW_PARAM_INT32, 2, positions)); |
| 180 | } |
| 181 | |
| 182 | void SetSize(TwBar* bar, int32 sizeX, int32 sizeY) |
| 183 | { |