<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">AFAIK there isn’t a way to do this in Swift; you’ll have to drop down to C and use something like getchar or a library like ncurses. If I recall there was some discussion a while back about better command-line APIs for Swift but it appears that it fizzled out with the Swift 3 deadline and all.<div class=""><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Saagar Jha</div>

</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Apr 10, 2017, at 22:04, Mr Bee via swift-users &lt;<a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><div style="background-color: rgb(255, 255, 255); font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;" class=""><div id="yui_3_16_0_ym19_1_1491886703938_2622" class="">Hi all,</div><div id="yui_3_16_0_ym19_1_1491886703938_2622" class=""><br class=""></div><div id="yui_3_16_0_ym19_1_1491886703938_2622" dir="ltr" class="">I'd like to know how to detect key pressed event on Linux console app using Swift. Not just waiting input like what readLine() is doing, but more like detecting arrow keys, left/right shift key, F1-10 keys, etc simultaneously while the program keep running. You know, something like game input.</div><div id="yui_3_16_0_ym19_1_1491886703938_2622" dir="ltr" class=""><br class=""></div><div id="yui_3_16_0_ym19_1_1491886703938_2622" dir="ltr" class="">Thank you.</div><div id="yui_3_16_0_ym19_1_1491886703938_2622" class=""><br class=""></div><div id="yui_3_16_0_ym19_1_1491886703938_2622" class="">Regards,</div><div class="signature" id="yui_3_16_0_ym19_1_1491886703938_2619"><div id="yui_3_16_0_ym19_1_1491886703938_2620" class=""><br class=""></div>–Mr Bee<div id="yui_3_16_0_ym19_1_1491886703938_2618" class=""><br class=""></div></div></div></div>_______________________________________________<br class="">swift-users mailing list<br class=""><a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-users<br class=""></div></blockquote></div><br class=""></div></body></html>