Skip to content

Commit 0b41e44

Browse files
committed
format
1 parent 11ecd14 commit 0b41e44

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/ruisapp/glue/sdl/glue.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ void main_loop_iteration(void* user_data)
193193
// utki::logcat("mouse button event: pos = ", pos, '\n');
194194

195195
win.gui.send_mouse_button(
196-
e.button.type == SDL_MOUSEBUTTONDOWN ? ruis::button_action::press : ruis::button_action::release, //
196+
e.button.type == SDL_MOUSEBUTTONDOWN ? ruis::button_action::press
197+
: ruis::button_action::release, //
197198
pos,
198199
sdl_button_number_to_ruis_enum(e.button.button),
199200
0 // pointer id

0 commit comments

Comments
 (0)