* renamed SoundRecorder.canCapture to isAvailable
* some internal fixes/changes git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1352 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
8a848e3175
commit
9f1354b2a9
6 changed files with 74 additions and 70 deletions
|
@ -272,13 +272,11 @@ align(1) struct Event
|
|||
|
||||
struct SKey
|
||||
{
|
||||
align(4): // cause bool is size 1
|
||||
KeyCode Code;
|
||||
bool Alt;
|
||||
byte[3] Filler1;
|
||||
bool Control;
|
||||
byte[3] Filler2;
|
||||
bool Shift;
|
||||
byte[3] Filler3;
|
||||
}
|
||||
SKey Key;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue