The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

st/gui: Use int input for remote driver port

+1 -1
+1 -1
src/xrt/state_trackers/gui/gui_scene_remote.c
··· 364 364 on_not_connected(struct gui_remote *gr, struct gui_program *p) 365 365 { 366 366 igInputText("Address", gr->address, sizeof(gr->address), 0, NULL, NULL); 367 - igSliderInt("Port", &gr->port, 0, UINT16_MAX, "%i", 0); 367 + igInputInt("Port", &gr->port, 1, 1, 0); 368 368 369 369 bool connect = igButton("Connect", zero_dims); 370 370