StevensDeptECE / GrailGUI

GrailGUI is a prototype of a replacement for web programming (HTTP, HTML, CSS, JavaScript) and GUI programming. It includes a client graphical API, a browser implemented in C++ and OpenGL, a protocol to transmit metadata and data in binary, a language (XDL) to describe the binary data, and local storage to retain data on the client should that be necessary. Encrypted communications (equivalent of TLS) have not yet been implemented.
GNU General Public License v3.0
7 stars 14 forks source link

Add logical keybinds to AudioPlayer and VideoPlayer on better_inputs #16

Open dkrautha opened 3 years ago

dkrautha commented 3 years ago

VideoPlayer

AudioPlayer

ahuston-0 commented 3 years ago

PR #17 should fix this, pending testing and review.

dkrautha commented 3 years ago

See commits ea3b0a52ede1166f88291cb35f1cd4adc27b4004 and b05970baf058681e87e97fc817315dd5f75fa9b5 for adding pause, volume, and seek commands to VideoPlayer.